#CB4276

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

Shades of Cranberry #CB4276

Tints of Cranberry #CB4276

Color information

#CB4276 (or 0xCB4276) is unknown color: approx Cranberry. HEX triplet: CB, 42 and 76. RGB value is (203,66,118). Sum of RGB (Red+Green+Blue) = 203+66+118=387 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.45% from 387); Green value is 66 (26.17% from 255 or 17.05% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4276 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4276 is #34BD89. Grayscale: #707070. Windows color (decimal): -3456394 or 7750347. OLE color: 7750347.

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

Color convert

RGB20366118-
CMYK00.670.420.20
HSL337.23º56.85%52.75%-
HSV(B)337.23º67.49%79.61%-
XYZ29.8517.919.02-
YUV112.89130.89192.27-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 52.45%
GREEN value IS 66 (26.17% from 255) = 17.05%
BLUE value IS 118 (46.48% from 255) = 30.49%
R=52.45%
G=17.05%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036611800.670.420.20337.2356.8552.75
HexCB42760432A141513935
Octal313102166010352245217165
Binary11001011100001011101100100001110101010100101010001111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4276; }

 p { color: rgb(203,66,118); }

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

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

 a { background-color: rgb(203,66,118); }

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

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

 span { border-color: rgb(203,66,118); }

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