#CB4579

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

Shades of Cranberry #CB4579

Tints of Cranberry #CB4579

Color information

#CB4579 (or 0xCB4579) is unknown color: approx Cranberry. HEX triplet: CB, 45 and 79. RGB value is (203,69,121). Sum of RGB (Red+Green+Blue) = 203+69+121=393 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.65% from 393); Green value is 69 (27.34% from 255 or 17.56% from 393); Blue value is 121 (47.66% from 255 or 30.79% from 393); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4579 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4579 is #34BA86. Grayscale: #727272. Windows color (decimal): -3455623 or 7947723. OLE color: 7947723.

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

Color convert

RGB20369121-
CMYK00.660.400.20
HSL336.72º56.3%53.33%-
HSV(B)336.72º66.01%79.61%-
XYZ30.2118.3320.04-
YUV114.99131.39190.77-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.65%
GREEN value IS 69 (27.34% from 255) = 17.56%
BLUE value IS 121 (47.66% from 255) = 30.79%
R=51.65%
G=17.56%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036912100.660.400.20336.7256.353.33
HexCB457904228141513835
Octal313105171010250245217065
Binary11001011100010111110010100001010100010100101010001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4579; }

 p { color: rgb(203,69,121); }

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

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

 a { background-color: rgb(203,69,121); }

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

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

 span { border-color: rgb(203,69,121); }

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