Html Css Color HEX #C64679 Royal Heath

📋 copy color: '#C64679'

red 198 ◦ green 70 ◦ blue 121

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

Shades of Royal Heath #C64679

Tints of Royal Heath #C64679

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.99%

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

R = 50.9%
G = 17.99%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C64679 (or 0xC64679) is known color: Royal Heath. HEX triplet: C6, 46 and 79. RGB value is (198,70,121). Sum of RGB (Red+Green+Blue) = 198+70+121=389 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.90% from 389); Green value is 70 (27.73% from 255 or 17.99% from 389); Blue value is 121 (47.66% from 255 or 31.11% from 389); Max value from RGB is 198 - color contains mainly: red. Hex color #C64679 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64679 is #39B986. Grayscale: #727272. Windows color (decimal): -3783047 or 7947974. OLE color: 7947974.

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

Color convert

RGB 198 70 121 -
CMYK 0 0.65 0.39 0.22
HSL 336.09º 0.53% 0.53% -
HSV(B) 336.09º 0.65% 0.78% -
XYZ 28.93 17.77 19.99 -
YUV 114.09 131.91 187.85 -
System Red Green Blue C M Y K H S L
Decimal 198 70 121 0 0.65 0.39 0.22 336.09 0.53 0.53
Hex C6 46 79 0 41 27 16 150 35 35
Octal 306 106 171 0 101 47 26 520 65 65
Binary 11000110 1000110 1111001 0 1000001 100111 10110 101010000 110101 110101

Color Harmonies of #C64679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64679

Black with #C64679

Text Example


Text Example

White with #C64679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64679; }

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

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

background-color css

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

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

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

border-color css

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

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

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