#CB4978

Color #CB4978 Cranberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cranberry #CB4978

Tints of Cranberry #CB4978

Color information

#CB4978 (or 0xCB4978) is unknown color: approx Cranberry. HEX triplet: CB, 49 and 78. RGB value is (203,73,120). Sum of RGB (Red+Green+Blue) = 203+73+120=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 73 (28.91% from 255 or 18.43% from 396); Blue value is 120 (47.27% from 255 or 30.30% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4978 is #34B687. Grayscale: #757575. Windows color (decimal): -3454600 or 7883211. OLE color: 7883211.

HSL color Cylindrical-coordinate representation of color #CB4978: hue angle of 338.31º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB4978 is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB20373120-
CMYK00.640.410.20
HSL338.31º55.56%54.12%-
HSV(B)338.31º64.04%79.61%-
XYZ30.418.8219.8-
YUV117.23129.57189.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 51.26%
GREEN value IS 73 (28.91% from 255) = 18.43%
BLUE value IS 120 (47.27% from 255) = 30.30%
R=51.26%
G=18.43%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037312000.640.410.20338.3155.5654.12
HexCB497804029141523836
Octal313111170010051245227066
Binary11001011100100111110000100000010100110100101010010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4978; }

 p { color: rgb(203,73,120); }

 H1.HeaderClassName
 {
   color: #CB4978;
 }
 .AnyTagClassName
 {
   color: #CB4978;
 }
</style>
background-color css

<style>
 a { background-color: #CB4978; }

 a { background-color: rgb(203,73,120); }

 div.DivClassName
 {
   background-color: #CB4978;
 }
 .BgClassName
 {
   background-color: #CB4978;
 }
</style>
border-color css

<style>
 span { border-color: #CB4978; }

 span { border-color: rgb(203,73,120); }

 td.TdClassName
 {
   border-color: #CB4978;
 }
 .TagClassName
 {
   border-color: #CB4978;
 }
</style>