#CB396E

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

Shades of Cerise #CB396E

Tints of Cerise #CB396E

Color information

#CB396E (or 0xCB396E) is unknown color: approx Cerise. HEX triplet: CB, 39 and 6E. RGB value is (203,57,110). Sum of RGB (Red+Green+Blue) = 203+57+110=370 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.86% from 370); Green value is 57 (22.66% from 255 or 15.41% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 203 - color contains mainly: red. Hex color #CB396E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB396E is #34C691. Grayscale: #6A6A6A. Windows color (decimal): -3458706 or 7223755. OLE color: 7223755.

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

Color convert

RGB20357110-
CMYK00.720.460.20
HSL338.22º58.4%50.98%-
HSV(B)338.22º71.92%79.61%-
XYZ28.9116.7516.46-
YUV106.7129.87196.69-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 54.86%
GREEN value IS 57 (22.66% from 255) = 15.41%
BLUE value IS 110 (43.36% from 255) = 29.73%
R=54.86%
G=15.41%
B=29.73%

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
Decimal2035711000.720.460.20338.2258.450.98
HexCB396E0482E141523a33
Octal31371156011056245227263
Binary1100101111100111011100100100010111010100101010010111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB396E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB396E; }

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

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

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

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

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

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

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

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