#CB2963

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

Shades of Cerise #CB2963

Tints of Cerise #CB2963

Color information

#CB2963 (or 0xCB2963) is unknown color: approx Cerise. HEX triplet: CB, 29 and 63. RGB value is (203,41,99). Sum of RGB (Red+Green+Blue) = 203+41+99=343 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.18% from 343); Green value is 41 (16.41% from 255 or 11.95% from 343); Blue value is 99 (39.06% from 255 or 28.86% from 343); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2963 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2963 is #34D69C. Grayscale: #5F5F5F. Windows color (decimal): -3462813 or 6498763. OLE color: 6498763.

HSL color Cylindrical-coordinate representation of color #CB2963: hue angle of 338.52º 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 #CB2963 is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB2034199-
CMYK00.800.510.20
HSL338.52º66.39%47.84%-
HSV(B)338.52º79.8%79.61%-
XYZ27.6715.1813.28-
YUV96.05129.67204.28-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 59.18%
GREEN value IS 41 (16.41% from 255) = 11.95%
BLUE value IS 99 (39.06% from 255) = 28.86%
R=59.18%
G=11.95%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203419900.800.510.20338.5266.3947.84
HexCB296305033141534230
Octal313511430120632452310260
Binary11001011101001110001101010000110011101001010100111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB2963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB2963; }

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

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

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

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

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

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

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

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