#CB5D80

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

Shades of Cranberry #CB5D80

Tints of Cranberry #CB5D80

Color information

#CB5D80 (or 0xCB5D80) is unknown color: approx Cranberry. HEX triplet: CB, 5D and 80. RGB value is (203,93,128). Sum of RGB (Red+Green+Blue) = 203+93+128=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 93 (36.72% from 255 or 21.93% from 424); Blue value is 128 (50.39% from 255 or 30.19% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5D80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5D80 is #34A27F. Grayscale: #818181. Windows color (decimal): -3449472 or 8412619. OLE color: 8412619.

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

Color convert

RGB20393128-
CMYK00.540.370.20
HSL340.91º51.4%58.04%-
HSV(B)340.91º54.19%79.61%-
XYZ32.4422.0822.97-
YUV129.88126.94180.15-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.88%
GREEN value IS 93 (36.72% from 255) = 21.93%
BLUE value IS 128 (50.39% from 255) = 30.19%
R=47.88%
G=21.93%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039312800.540.370.20340.9151.458.04
HexCB5D800362514155333a
Octal31313520006645245256372
Binary11001011101110110000000011011010010110100101010101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5D80; }

 p { color: rgb(203,93,128); }

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

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

 a { background-color: rgb(203,93,128); }

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

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

 span { border-color: rgb(203,93,128); }

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