#CB3D66

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

Shades of Cerise #CB3D66

Tints of Cerise #CB3D66

Color information

#CB3D66 (or 0xCB3D66) is unknown color: approx Cerise. HEX triplet: CB, 3D and 66. RGB value is (203,61,102). Sum of RGB (Red+Green+Blue) = 203+61+102=366 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.46% from 366); Green value is 61 (24.22% from 255 or 16.67% from 366); Blue value is 102 (40.23% from 255 or 27.87% from 366); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3D66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3D66 is #34C299. Grayscale: #6C6C6C. Windows color (decimal): -3457690 or 6700491. OLE color: 6700491.

HSL color Cylindrical-coordinate representation of color #CB3D66: hue angle of 342.68º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB3D66 is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB20361102-
CMYK00.700.500.20
HSL342.68º57.72%51.76%-
HSV(B)342.68º69.95%79.61%-
XYZ28.716.9914.34-
YUV108.13124.54195.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 55.46%
GREEN value IS 61 (24.22% from 255) = 16.67%
BLUE value IS 102 (40.23% from 255) = 27.87%
R=55.46%
G=16.67%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036110200.700.500.20342.6857.7251.76
HexCB3D6604632141573a34
Octal31375146010662245277264
Binary1100101111110111001100100011011001010100101010111111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3D66; }

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

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

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

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

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

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

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

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