#CB336B

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

Shades of Cerise #CB336B

Tints of Cerise #CB336B

Color information

#CB336B (or 0xCB336B) is unknown color: approx Cerise. HEX triplet: CB, 33 and 6B. RGB value is (203,51,107). Sum of RGB (Red+Green+Blue) = 203+51+107=361 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.23% from 361); Green value is 51 (20.31% from 255 or 14.13% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 203 - color contains mainly: red. Hex color #CB336B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB336B is #34CC94. Grayscale: #666666. Windows color (decimal): -3460245 or 7025611. OLE color: 7025611.

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

Color convert

RGB20351107-
CMYK00.750.470.20
HSL337.89º59.84%49.8%-
HSV(B)337.89º74.88%79.61%-
XYZ28.4716.1315.52-
YUV102.83130.36199.45-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 56.23%
GREEN value IS 51 (20.31% from 255) = 14.13%
BLUE value IS 107 (42.19% from 255) = 29.64%
R=56.23%
G=14.13%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2035110700.750.470.20337.8959.8449.8
HexCB336B04B2F141523c32
Octal31363153011357245227462
Binary1100101111001111010110100101110111110100101010010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB336B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB336B; }

 p { color: rgb(203,51,107); }

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

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

 a { background-color: rgb(203,51,107); }

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

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

 span { border-color: rgb(203,51,107); }

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