#CB2770

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

Shades of Cerise #CB2770

Tints of Cerise #CB2770

Color information

#CB2770 (or 0xCB2770) is unknown color: approx Cerise. HEX triplet: CB, 27 and 70. RGB value is (203,39,112). Sum of RGB (Red+Green+Blue) = 203+39+112=354 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.34% from 354); Green value is 39 (15.62% from 255 or 11.02% from 354); Blue value is 112 (44.14% from 255 or 31.64% from 354); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2770 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2770 is #34D88F. Grayscale: #606060. Windows color (decimal): -3463312 or 7350219. OLE color: 7350219.

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

Color convert

RGB20339112-
CMYK00.810.450.20
HSL333.29º67.77%47.45%-
HSV(B)333.29º80.79%79.61%-
XYZ28.2815.3216.8-
YUV96.36136.83204.06-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 57.34%
GREEN value IS 39 (15.62% from 255) = 11.02%
BLUE value IS 112 (44.14% from 255) = 31.64%
R=57.34%
G=11.02%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2033911200.810.450.20333.2967.7747.45
HexCB27700512D1414d442f
Octal313471600121552451510457
Binary11001011100111111000001010001101101101001010011011000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB2770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB2770; }

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

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

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

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

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

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

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

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