#CB5180

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

Shades of Cranberry #CB5180

Tints of Cranberry #CB5180

Color information

#CB5180 (or 0xCB5180) is unknown color: approx Cranberry. HEX triplet: CB, 51 and 80. RGB value is (203,81,128). Sum of RGB (Red+Green+Blue) = 203+81+128=412 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.27% from 412); Green value is 81 (32.03% from 255 or 19.66% from 412); Blue value is 128 (50.39% from 255 or 31.07% from 412); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5180 is #34AE7F. Grayscale: #7A7A7A. Windows color (decimal): -3452544 or 8409547. OLE color: 8409547.

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

Color convert

RGB20381128-
CMYK00.600.370.20
HSL336.89º53.98%55.69%-
HSV(B)336.89º60.1%79.61%-
XYZ31.4720.1422.65-
YUV122.84130.92185.18-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.27%
GREEN value IS 81 (32.03% from 255) = 19.66%
BLUE value IS 128 (50.39% from 255) = 31.07%
R=49.27%
G=19.66%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038112800.600.370.20336.8953.9855.69
HexCB518003C25141513638
Octal31312120007445245216670
Binary11001011101000110000000011110010010110100101010001110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5180; }

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

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

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

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

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

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

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

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