#CB3D5E

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

Shades of Cerise #CB3D5E

Tints of Cerise #CB3D5E

Color information

#CB3D5E (or 0xCB3D5E) is unknown color: approx Cerise. HEX triplet: CB, 3D and 5E. RGB value is (203,61,94). Sum of RGB (Red+Green+Blue) = 203+61+94=358 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.70% from 358); Green value is 61 (24.22% from 255 or 17.04% from 358); Blue value is 94 (37.11% from 255 or 26.26% from 358); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3D5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3D5E is #34C2A1. Grayscale: #6B6B6B. Windows color (decimal): -3457698 or 6176203. OLE color: 6176203.

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

Color convert

RGB2036194-
CMYK00.700.540.20
HSL346.06º57.72%51.76%-
HSV(B)346.06º69.95%79.61%-
XYZ28.3216.8412.35-
YUV107.22120.54196.32-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 56.70%
GREEN value IS 61 (24.22% from 255) = 17.04%
BLUE value IS 94 (37.11% from 255) = 26.26%
R=56.70%
G=17.04%
B=26.26%

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
Decimal203619400.700.540.20346.0657.7251.76
HexCB3D5E046361415a3a34
Octal31375136010666245327264
Binary1100101111110110111100100011011011010100101011010111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3D5E; }

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

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

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

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

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

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

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

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