#CB3864

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

Shades of Cerise #CB3864

Tints of Cerise #CB3864

Color information

#CB3864 (or 0xCB3864) is unknown color: approx Cerise. HEX triplet: CB, 38 and 64. RGB value is (203,56,100). Sum of RGB (Red+Green+Blue) = 203+56+100=359 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.55% from 359); Green value is 56 (22.27% from 255 or 15.60% from 359); Blue value is 100 (39.45% from 255 or 27.86% from 359); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3864 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3864 is #34C79B. Grayscale: #686868. Windows color (decimal): -3458972 or 6568139. OLE color: 6568139.

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

Color convert

RGB20356100-
CMYK00.720.510.20
HSL342.04º58.57%50.78%-
HSV(B)342.04º72.41%79.61%-
XYZ28.3416.4413.74-
YUV104.97125.2197.92-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 56.55%
GREEN value IS 56 (22.27% from 255) = 15.60%
BLUE value IS 100 (39.45% from 255) = 27.86%
R=56.55%
G=15.60%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2035610000.720.510.20342.0458.5750.78
HexCB386404833141563b33
Octal31370144011063245267363
Binary1100101111100011001000100100011001110100101010110111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3864; }

 p { color: rgb(203,56,100); }

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

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

 a { background-color: rgb(203,56,100); }

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

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

 span { border-color: rgb(203,56,100); }

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