#CB396D

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

Shades of Cerise #CB396D

Tints of Cerise #CB396D

Color information

#CB396D (or 0xCB396D) is unknown color: approx Cerise. HEX triplet: CB, 39 and 6D. RGB value is (203,57,109). Sum of RGB (Red+Green+Blue) = 203+57+109=369 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.01% from 369); Green value is 57 (22.66% from 255 or 15.45% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 203 - color contains mainly: red. Hex color #CB396D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB396D is #34C692. Grayscale: #6A6A6A. Windows color (decimal): -3458707 or 7158219. OLE color: 7158219.

HSL color Cylindrical-coordinate representation of color #CB396D: hue angle of 338.63º degrees, saturation: 0.58, 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 #CB396D is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB20357109-
CMYK00.720.460.20
HSL338.63º58.4%50.98%-
HSV(B)338.63º71.92%79.61%-
XYZ28.8516.7316.18-
YUV106.58129.37196.77-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 55.01%
GREEN value IS 57 (22.66% from 255) = 15.45%
BLUE value IS 109 (42.97% from 255) = 29.54%
R=55.01%
G=15.45%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2035710900.720.460.20338.6358.450.98
HexCB396D0482E141533a33
Octal31371155011056245237263
Binary1100101111100111011010100100010111010100101010011111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB396D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB396D; }

 p { color: rgb(203,57,109); }

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

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

 a { background-color: rgb(203,57,109); }

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

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

 span { border-color: rgb(203,57,109); }

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