#CB3A66

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

Shades of Cerise #CB3A66

Tints of Cerise #CB3A66

Color information

#CB3A66 (or 0xCB3A66) is unknown color: approx Cerise. HEX triplet: CB, 3A and 66. RGB value is (203,58,102). Sum of RGB (Red+Green+Blue) = 203+58+102=363 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.92% from 363); Green value is 58 (23.05% from 255 or 15.98% from 363); Blue value is 102 (40.23% from 255 or 28.10% from 363); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3A66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3A66 is #34C599. Grayscale: #6A6A6A. Windows color (decimal): -3458458 or 6699723. OLE color: 6699723.

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

Color convert

RGB20358102-
CMYK00.710.500.20
HSL341.79º58.23%51.18%-
HSV(B)341.79º71.43%79.61%-
XYZ28.5416.6814.29-
YUV106.37125.54196.92-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 55.92%
GREEN value IS 58 (23.05% from 255) = 15.98%
BLUE value IS 102 (40.23% from 255) = 28.10%
R=55.92%
G=15.98%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2035810200.710.500.20341.7958.2351.18
HexCB3A6604732141563a33
Octal31372146010762245267263
Binary1100101111101011001100100011111001010100101010110111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3A66; }

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

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

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

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

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

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

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

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