#C62E6A

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

Shades of Cerise #C62E6A

Tints of Cerise #C62E6A

Color information

#C62E6A (or 0xC62E6A) is unknown color: approx Cerise. HEX triplet: C6, 2E and 6A. RGB value is (198,46,106). Sum of RGB (Red+Green+Blue) = 198+46+106=350 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.57% from 350); Green value is 46 (18.36% from 255 or 13.14% from 350); Blue value is 106 (41.80% from 255 or 30.29% from 350); Max value from RGB is 198 - color contains mainly: red. Hex color #C62E6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62E6A is #39D195. Grayscale: #626262. Windows color (decimal): -3789206 or 6958790. OLE color: 6958790.

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

Color convert

RGB19846106-
CMYK00.770.460.22
HSL336.32º62.3%47.84%-
HSV(B)336.32º76.77%77.65%-
XYZ26.871515.11-
YUV98.29132.36199.12-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 56.57%
GREEN value IS 46 (18.36% from 255) = 13.14%
BLUE value IS 106 (41.80% from 255) = 30.29%
R=56.57%
G=13.14%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1984610600.770.460.22336.3262.347.84
HexC62E6A04D2E161503e30
Octal30656152011556265207660
Binary1100011010111011010100100110110111010110101010000111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C62E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C62E6A; }

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

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

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

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

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

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

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

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