#C8296D

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

Shades of Cerise #C8296D

Tints of Cerise #C8296D

Color information

#C8296D (or 0xC8296D) is unknown color: approx Cerise. HEX triplet: C8, 29 and 6D. RGB value is (200,41,109). Sum of RGB (Red+Green+Blue) = 200+41+109=350 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.14% from 350); Green value is 41 (16.41% from 255 or 11.71% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 200 - color contains mainly: red. Hex color #C8296D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8296D is #37D692. Grayscale: #606060. Windows color (decimal): -3659411 or 7154120. OLE color: 7154120.

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

Color convert

RGB20041109-
CMYK00.800.460.22
HSL334.34º65.98%47.25%-
HSV(B)334.34º79.5%78.43%-
XYZ27.3714.9715.91-
YUV96.29135.18201.97-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 57.14%
GREEN value IS 41 (16.41% from 255) = 11.71%
BLUE value IS 109 (42.97% from 255) = 31.14%
R=57.14%
G=11.71%
B=31.14%

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
Decimal2004110900.800.460.22334.3465.9847.25
HexC8296D0502E1614e422f
Octal310511550120562651610257
Binary11001000101001110110101010000101110101101010011101000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8296D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8296D; }

 p { color: rgb(200,41,109); }

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

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

 a { background-color: rgb(200,41,109); }

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

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

 span { border-color: rgb(200,41,109); }

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