#CB3660

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

Shades of Cerise #CB3660

Tints of Cerise #CB3660

Color information

#CB3660 (or 0xCB3660) is unknown color: approx Cerise. HEX triplet: CB, 36 and 60. RGB value is (203,54,96). Sum of RGB (Red+Green+Blue) = 203+54+96=353 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.51% from 353); Green value is 54 (21.48% from 255 or 15.30% from 353); Blue value is 96 (37.89% from 255 or 27.20% from 353); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3660 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3660 is #34C99F. Grayscale: #676767. Windows color (decimal): -3459488 or 6305483. OLE color: 6305483.

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

Color convert

RGB2035496-
CMYK00.730.530.20
HSL343.09º58.89%50.39%-
HSV(B)343.09º73.4%79.61%-
XYZ28.0616.1812.71-
YUV103.34123.86199.08-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 57.51%
GREEN value IS 54 (21.48% from 255) = 15.30%
BLUE value IS 96 (37.89% from 255) = 27.20%
R=57.51%
G=15.30%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203549600.730.530.20343.0958.8950.39
HexCB366004935141573b32
Octal31366140011165245277362
Binary1100101111011011000000100100111010110100101010111111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3660; }

 p { color: rgb(203,54,96); }

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

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

 a { background-color: rgb(203,54,96); }

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

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

 span { border-color: rgb(203,54,96); }

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