Html Css Color HEX #C62964 Cerise

📋 copy color: '#C62964'

red 198 ◦ green 41 ◦ blue 100

#C62964
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerise #C62964

Tints of Cerise #C62964

RGB

 RED value IS 198 (77.73% from 255) = 58.41%

 GREEN value IS 41 (16.41% from 255) = 12.09%

 BLUE value IS 100 (39.45% from 255) = 29.5%

R = 58.41%
G = 12.09%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C62964 (or 0xC62964) is known color: Cerise. HEX triplet: C6, 29 and 64. RGB value is (198,41,100). Sum of RGB (Red+Green+Blue) = 198+41+100=339 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.41% from 339); Green value is 41 (16.41% from 255 or 12.09% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 198 - color contains mainly: red. Hex color #C62964 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62964 is #39D69B. Grayscale: #5E5E5E. Windows color (decimal): -3790492 or 6564294. OLE color: 6564294.

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

Color convert

RGB 198 41 100 -
CMYK 0 0.79 0.49 0.22
HSL 337.45º 0.66% 0.47% -
HSV(B) 337.45º 0.79% 0.78% -
XYZ 26.38 14.51 13.47 -
YUV 94.67 131.01 201.7 -
System Red Green Blue C M Y K H S L
Decimal 198 41 100 0 0.79 0.49 0.22 337.45 0.66 0.47
Hex C6 29 64 0 4F 31 16 151 42 2F
Octal 306 51 144 0 117 61 26 521 102 57
Binary 11000110 101001 1100100 0 1001111 110001 10110 101010001 1000010 101111

Color Harmonies of #C62964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62964

Black with #C62964

Text Example


Text Example

White with #C62964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62964; }

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

 H1.HeaderClassName
 {
   color: #C62964;
 }
 .AnyTagClassName
 {
   color: #C62964;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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