#CB2966

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

Shades of Cerise #CB2966

Tints of Cerise #CB2966

Color information

#CB2966 (or 0xCB2966) is unknown color: approx Cerise. HEX triplet: CB, 29 and 66. RGB value is (203,41,102). Sum of RGB (Red+Green+Blue) = 203+41+102=346 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.67% from 346); Green value is 41 (16.41% from 255 or 11.85% from 346); Blue value is 102 (40.23% from 255 or 29.48% from 346); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2966 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2966 is #34D699. Grayscale: #606060. Windows color (decimal): -3462810 or 6695371. OLE color: 6695371.

HSL color Cylindrical-coordinate representation of color #CB2966: hue angle of 337.41º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB2966 is Cyan = 0, Magento = 0.80, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB20341102-
CMYK00.800.500.20
HSL337.41º66.39%47.84%-
HSV(B)337.41º79.8%79.61%-
XYZ27.8215.2414.05-
YUV96.39131.17204.04-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 58.67%
GREEN value IS 41 (16.41% from 255) = 11.85%
BLUE value IS 102 (40.23% from 255) = 29.48%
R=58.67%
G=11.85%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2034110200.800.500.20337.4166.3947.84
HexCB296605032141514230
Octal313511460120622452110260
Binary11001011101001110011001010000110010101001010100011000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB2966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB2966; }

 p { color: rgb(203,41,102); }

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

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

 a { background-color: rgb(203,41,102); }

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

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

 span { border-color: rgb(203,41,102); }

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