#CB3570

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

Shades of Cerise #CB3570

Tints of Cerise #CB3570

Color information

#CB3570 (or 0xCB3570) is unknown color: approx Cerise. HEX triplet: CB, 35 and 70. RGB value is (203,53,112). Sum of RGB (Red+Green+Blue) = 203+53+112=368 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.16% from 368); Green value is 53 (21.09% from 255 or 14.40% from 368); Blue value is 112 (44.14% from 255 or 30.43% from 368); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3570 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3570 is #34CA8F. Grayscale: #686868. Windows color (decimal): -3459728 or 7353803. OLE color: 7353803.

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

Color convert

RGB20353112-
CMYK00.740.450.20
HSL336.4º59.06%50.2%-
HSV(B)336.4º73.89%79.61%-
XYZ28.8316.4116.98-
YUV104.58132.2198.2-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 55.16%
GREEN value IS 53 (21.09% from 255) = 14.40%
BLUE value IS 112 (44.14% from 255) = 30.43%
R=55.16%
G=14.40%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2035311200.740.450.20336.459.0650.2
HexCB357004A2D141503b32
Octal31365160011255245207362
Binary1100101111010111100000100101010110110100101010000111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3570; }

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

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

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

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

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

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

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

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