#C6236C

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

Shades of Cerise #C6236C

Tints of Cerise #C6236C

Color information

#C6236C (or 0xC6236C) is unknown color: approx Cerise. HEX triplet: C6, 23 and 6C. RGB value is (198,35,108). Sum of RGB (Red+Green+Blue) = 198+35+108=341 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.06% from 341); Green value is 35 (14.06% from 255 or 10.26% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 198 - color contains mainly: red. Hex color #C6236C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6236C is #39DC93. Grayscale: #5B5B5B. Windows color (decimal): -3792020 or 7087046. OLE color: 7087046.

HSL color Cylindrical-coordinate representation of color #C6236C: hue angle of 333.13º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C6236C is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB19835108-
CMYK00.820.450.22
HSL333.13º69.96%45.69%-
HSV(B)333.13º82.32%77.65%-
XYZ26.614.2915.54-
YUV92.06137203.56-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 58.06%
GREEN value IS 35 (14.06% from 255) = 10.26%
BLUE value IS 108 (42.58% from 255) = 31.67%
R=58.06%
G=10.26%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1983510800.820.450.22333.1369.9645.69
HexC6236C0522D1614d462e
Octal306431540122552651510656
Binary11000110100011110110001010010101101101101010011011000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6236C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6236C; }

 p { color: rgb(198,35,108); }

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

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

 a { background-color: rgb(198,35,108); }

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

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

 span { border-color: rgb(198,35,108); }

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