#CB3970

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

Shades of Cerise #CB3970

Tints of Cerise #CB3970

Color information

#CB3970 (or 0xCB3970) is unknown color: approx Cerise. HEX triplet: CB, 39 and 70. RGB value is (203,57,112). Sum of RGB (Red+Green+Blue) = 203+57+112=372 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.57% from 372); Green value is 57 (22.66% from 255 or 15.32% from 372); Blue value is 112 (44.14% from 255 or 30.11% from 372); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3970 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3970 is #34C68F. Grayscale: #6A6A6A. Windows color (decimal): -3458704 or 7354827. OLE color: 7354827.

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

Color convert

RGB20357112-
CMYK00.720.450.20
HSL337.4º58.4%50.98%-
HSV(B)337.4º71.92%79.61%-
XYZ29.0216.7917.04-
YUV106.92130.87196.53-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 54.57%
GREEN value IS 57 (22.66% from 255) = 15.32%
BLUE value IS 112 (44.14% from 255) = 30.11%
R=54.57%
G=15.32%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2035711200.720.450.20337.458.450.98
HexCB39700482D141513a33
Octal31371160011055245217263
Binary1100101111100111100000100100010110110100101010001111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3970; }

 p { color: rgb(203,57,112); }

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

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

 a { background-color: rgb(203,57,112); }

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

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

 span { border-color: rgb(203,57,112); }

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