#C62E64

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

Shades of Cerise #C62E64

Tints of Cerise #C62E64

Color information

#C62E64 (or 0xC62E64) is unknown color: approx Cerise. HEX triplet: C6, 2E and 64. RGB value is (198,46,100). Sum of RGB (Red+Green+Blue) = 198+46+100=344 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.56% from 344); Green value is 46 (18.36% from 255 or 13.37% from 344); Blue value is 100 (39.45% from 255 or 29.07% from 344); Max value from RGB is 198 - color contains mainly: red. Hex color #C62E64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62E64 is #39D19B. Grayscale: #616161. Windows color (decimal): -3789212 or 6565574. OLE color: 6565574.

HSL color Cylindrical-coordinate representation of color #C62E64: hue angle of 338.68º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C62E64 is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB19846100-
CMYK00.770.490.22
HSL338.68º62.3%47.84%-
HSV(B)338.68º76.77%77.65%-
XYZ26.5714.8813.53-
YUV97.6129.36199.61-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 57.56%
GREEN value IS 46 (18.36% from 255) = 13.37%
BLUE value IS 100 (39.45% from 255) = 29.07%
R=57.56%
G=13.37%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1984610000.770.490.22338.6862.347.84
HexC62E6404D31161533e30
Octal30656144011561265237660
Binary1100011010111011001000100110111000110110101010011111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C62E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C62E64; }

 p { color: rgb(198,46,100); }

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

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

 a { background-color: rgb(198,46,100); }

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

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

 span { border-color: rgb(198,46,100); }

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