#CB5B81

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

Shades of Cranberry #CB5B81

Tints of Cranberry #CB5B81

Color information

#CB5B81 (or 0xCB5B81) is unknown color: approx Cranberry. HEX triplet: CB, 5B and 81. RGB value is (203,91,129). Sum of RGB (Red+Green+Blue) = 203+91+129=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 91 (35.94% from 255 or 21.51% from 423); Blue value is 129 (50.78% from 255 or 30.50% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5B81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5B81 is #34A47E. Grayscale: #808080. Windows color (decimal): -3449983 or 8477643. OLE color: 8477643.

HSL color Cylindrical-coordinate representation of color #CB5B81: hue angle of 339.64º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CB5B81 is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.20.

Color convert

RGB20391129-
CMYK00.550.360.20
HSL339.64º51.85%57.65%-
HSV(B)339.64º55.17%79.61%-
XYZ32.3321.7623.27-
YUV128.82128.11180.91-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.99%
GREEN value IS 91 (35.94% from 255) = 21.51%
BLUE value IS 129 (50.78% from 255) = 30.50%
R=47.99%
G=21.51%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039112900.550.360.20339.6451.8557.65
HexCB5B810372414154343a
Octal31313320106744245246472
Binary11001011101101110000001011011110010010100101010100110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5B81; }

 p { color: rgb(203,91,129); }

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

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

 a { background-color: rgb(203,91,129); }

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

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

 span { border-color: rgb(203,91,129); }

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