#C6286B

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

Shades of Cerise #C6286B

Tints of Cerise #C6286B

Color information

#C6286B (or 0xC6286B) is unknown color: approx Cerise. HEX triplet: C6, 28 and 6B. RGB value is (198,40,107). Sum of RGB (Red+Green+Blue) = 198+40+107=345 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.39% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 198 - color contains mainly: red. Hex color #C6286B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6286B is #39D794. Grayscale: #5E5E5E. Windows color (decimal): -3790741 or 7022790. OLE color: 7022790.

HSL color Cylindrical-coordinate representation of color #C6286B: hue angle of 334.56º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C6286B is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB19840107-
CMYK00.800.460.22
HSL334.56º66.39%46.67%-
HSV(B)334.56º79.8%77.65%-
XYZ26.714.5815.32-
YUV94.88134.85201.55-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 57.39%
GREEN value IS 40 (16.02% from 255) = 11.59%
BLUE value IS 107 (42.19% from 255) = 31.01%
R=57.39%
G=11.59%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1984010700.800.460.22334.5666.3946.67
HexC6286B0502E1614f422f
Octal306501530120562651710257
Binary11000110101000110101101010000101110101101010011111000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6286B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6286B; }

 p { color: rgb(198,40,107); }

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

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

 a { background-color: rgb(198,40,107); }

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

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

 span { border-color: rgb(198,40,107); }

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