#C62C6E

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

Shades of Cerise #C62C6E

Tints of Cerise #C62C6E

Color information

#C62C6E (or 0xC62C6E) is unknown color: approx Cerise. HEX triplet: C6, 2C and 6E. RGB value is (198,44,110). Sum of RGB (Red+Green+Blue) = 198+44+110=352 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.25% from 352); Green value is 44 (17.58% from 255 or 12.5% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 198 - color contains mainly: red. Hex color #C62C6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62C6E is #39D391. Grayscale: #616161. Windows color (decimal): -3789714 or 7220422. OLE color: 7220422.

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

Color convert

RGB19844110-
CMYK00.780.440.22
HSL334.29º63.64%47.45%-
HSV(B)334.29º77.78%77.65%-
XYZ2714.9316.21-
YUV97.57135.02199.63-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 56.25%
GREEN value IS 44 (17.58% from 255) = 12.5%
BLUE value IS 110 (43.36% from 255) = 31.25%
R=56.25%
G=12.5%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1984411000.780.440.22334.2963.6447.45
HexC62C6E04E2C1614e402f
Octal306541560116542651610057
Binary11000110101100110111001001110101100101101010011101000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C62C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C62C6E; }

 p { color: rgb(198,44,110); }

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

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

 a { background-color: rgb(198,44,110); }

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

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

 span { border-color: rgb(198,44,110); }

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