#C32868

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

Shades of Cerise #C32868

Tints of Cerise #C32868

Color information

#C32868 (or 0xC32868) is unknown color: approx Cerise. HEX triplet: C3, 28 and 68. RGB value is (195,40,104). Sum of RGB (Red+Green+Blue) = 195+40+104=339 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.52% from 339); Green value is 40 (16.02% from 255 or 11.80% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 195 - color contains mainly: red. Hex color #C32868 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32868 is #3CD797. Grayscale: #5D5D5D. Windows color (decimal): -3987352 or 6826179. OLE color: 6826179.

HSL color Cylindrical-coordinate representation of color #C32868: hue angle of 335.23º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C32868 is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB19540104-
CMYK00.790.470.24
HSL335.23º65.96%46.08%-
HSV(B)335.23º79.49%76.47%-
XYZ25.7614.1214.46-
YUV93.64133.85200.3-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 57.52%
GREEN value IS 40 (16.02% from 255) = 11.80%
BLUE value IS 104 (41.02% from 255) = 30.68%
R=57.52%
G=11.80%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1954010400.790.470.24335.2365.9646.08
HexC3286804F2F1814f422e
Octal303501500117573051710256
Binary11000011101000110100001001111101111110001010011111000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C32868; }

 p { color: rgb(195,40,104); }

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

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

 a { background-color: rgb(195,40,104); }

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

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

 span { border-color: rgb(195,40,104); }

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