Html Css Color HEX #C64179 Royal Heath

📋 copy color: '#C64179'

red 198 ◦ green 65 ◦ blue 121

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

Shades of Royal Heath #C64179

Tints of Royal Heath #C64179

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.93%

 BLUE value IS 121 (47.66% from 255) = 31.51%

R = 51.56%
G = 16.93%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C64179 (or 0xC64179) is known color: Royal Heath. HEX triplet: C6, 41 and 79. RGB value is (198,65,121). Sum of RGB (Red+Green+Blue) = 198+65+121=384 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.56% from 384); Green value is 65 (25.78% from 255 or 16.93% from 384); Blue value is 121 (47.66% from 255 or 31.51% from 384); Max value from RGB is 198 - color contains mainly: red. Hex color #C64179 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64179 is #39BE86. Grayscale: #6F6F6F. Windows color (decimal): -3784327 or 7946694. OLE color: 7946694.

HSL color Cylindrical-coordinate representation of color #C64179: hue angle of 334.74º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C64179 is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 65 121 -
CMYK 0 0.67 0.39 0.22
HSL 334.74º 0.54% 0.52% -
HSV(B) 334.74º 0.67% 0.78% -
XYZ 28.63 17.17 19.89 -
YUV 111.15 133.56 189.95 -
System Red Green Blue C M Y K H S L
Decimal 198 65 121 0 0.67 0.39 0.22 334.74 0.54 0.52
Hex C6 41 79 0 43 27 16 14F 36 34
Octal 306 101 171 0 103 47 26 517 66 64
Binary 11000110 1000001 1111001 0 1000011 100111 10110 101001111 110110 110100

Color Harmonies of #C64179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64179

Black with #C64179

Text Example


Text Example

White with #C64179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64179; }

 p { color: rgb(198,65,121); }

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

background-color css

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

 a { background-color: rgb(198,65,121); }

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

border-color css

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

 span { border-color: rgb(198,65,121); }

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