#C8286C

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

Shades of Cerise #C8286C

Tints of Cerise #C8286C

Color information

#C8286C (or 0xC8286C) is unknown color: approx Cerise. HEX triplet: C8, 28 and 6C. RGB value is (200,40,108). Sum of RGB (Red+Green+Blue) = 200+40+108=348 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.47% from 348); Green value is 40 (16.02% from 255 or 11.49% from 348); Blue value is 108 (42.58% from 255 or 31.03% from 348); Max value from RGB is 200 - color contains mainly: red. Hex color #C8286C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8286C is #37D793. Grayscale: #5F5F5F. Windows color (decimal): -3659668 or 7088328. OLE color: 7088328.

HSL color Cylindrical-coordinate representation of color #C8286C: hue angle of 334.5º degrees, saturation: 0.67, 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 #C8286C is Cyan = 0, Magento = 0.8, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB20040108-
CMYK00.80.460.22
HSL334.5º66.67%47.06%-
HSV(B)334.5º80%78.43%-
XYZ27.2814.8815.62-
YUV95.59135.01202.47-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 57.47%
GREEN value IS 40 (16.02% from 255) = 11.49%
BLUE value IS 108 (42.58% from 255) = 31.03%
R=57.47%
G=11.49%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2004010800.80.460.22334.566.6747.06
HexC8286C0502E1614e432f
Octal310501540120562651610357
Binary11001000101000110110001010000101110101101010011101000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8286C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8286C; }

 p { color: rgb(200,40,108); }

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

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

 a { background-color: rgb(200,40,108); }

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

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

 span { border-color: rgb(200,40,108); }

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