#CB3C5E

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

Shades of Cerise #CB3C5E

Tints of Cerise #CB3C5E

Color information

#CB3C5E (or 0xCB3C5E) is unknown color: approx Cerise. HEX triplet: CB, 3C and 5E. RGB value is (203,60,94). Sum of RGB (Red+Green+Blue) = 203+60+94=357 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.86% from 357); Green value is 60 (23.83% from 255 or 16.81% from 357); Blue value is 94 (37.11% from 255 or 26.33% from 357); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3C5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3C5E is #34C3A1. Grayscale: #6A6A6A. Windows color (decimal): -3457954 or 6175947. OLE color: 6175947.

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

Color convert

RGB2036094-
CMYK00.700.540.20
HSL345.73º57.89%51.57%-
HSV(B)345.73º70.44%79.61%-
XYZ28.2616.7412.33-
YUV106.63120.88196.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 56.86%
GREEN value IS 60 (23.83% from 255) = 16.81%
BLUE value IS 94 (37.11% from 255) = 26.33%
R=56.86%
G=16.81%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203609400.700.540.20345.7357.8951.57
HexCB3C5E046361415a3a34
Octal31374136010666245327264
Binary1100101111110010111100100011011011010100101011010111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3C5E; }

 p { color: rgb(203,60,94); }

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

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

 a { background-color: rgb(203,60,94); }

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

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

 span { border-color: rgb(203,60,94); }

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