#CB3F78

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

Shades of Cranberry #CB3F78

Tints of Cranberry #CB3F78

Color information

#CB3F78 (or 0xCB3F78) is unknown color: approx Cranberry. HEX triplet: CB, 3F and 78. RGB value is (203,63,120). Sum of RGB (Red+Green+Blue) = 203+63+120=386 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.59% from 386); Green value is 63 (25% from 255 or 16.32% from 386); Blue value is 120 (47.27% from 255 or 31.09% from 386); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3F78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3F78 is #34C087. Grayscale: #6F6F6F. Windows color (decimal): -3457160 or 7880651. OLE color: 7880651.

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

Color convert

RGB20363120-
CMYK00.690.410.20
HSL335.57º57.38%52.16%-
HSV(B)335.57º68.97%79.61%-
XYZ29.817.6119.6-
YUV111.36132.88193.37-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 52.59%
GREEN value IS 63 (25% from 255) = 16.32%
BLUE value IS 120 (47.27% from 255) = 31.09%
R=52.59%
G=16.32%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036312000.690.410.20335.5757.3852.16
HexCB3F7804529141503934
Octal31377170010551245207164
Binary1100101111111111110000100010110100110100101010000111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3F78; }

 p { color: rgb(203,63,120); }

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

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

 a { background-color: rgb(203,63,120); }

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

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

 span { border-color: rgb(203,63,120); }

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