Html Css Color HEX #C64477 Royal Heath

📋 copy color: '#C64477'

red 198 ◦ green 68 ◦ blue 119

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

Shades of Royal Heath #C64477

Tints of Royal Heath #C64477

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.66%

 BLUE value IS 119 (46.88% from 255) = 30.91%

R = 51.43%
G = 17.66%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#C64477 (or 0xC64477) is known color: Royal Heath. HEX triplet: C6, 44 and 77. RGB value is (198,68,119). Sum of RGB (Red+Green+Blue) = 198+68+119=385 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.43% from 385); Green value is 68 (26.95% from 255 or 17.66% from 385); Blue value is 119 (46.88% from 255 or 30.91% from 385); Max value from RGB is 198 - color contains mainly: red. Hex color #C64477 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64477 is #39BB88. Grayscale: #707070. Windows color (decimal): -3783561 or 7816390. OLE color: 7816390.

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

Color convert

RGB 198 68 119 -
CMYK 0 0.66 0.40 0.22
HSL 336.46º 0.53% 0.52% -
HSV(B) 336.46º 0.66% 0.78% -
XYZ 28.69 17.47 19.31 -
YUV 112.68 131.57 188.85 -
System Red Green Blue C M Y K H S L
Decimal 198 68 119 0 0.66 0.40 0.22 336.46 0.53 0.52
Hex C6 44 77 0 42 28 16 150 35 34
Octal 306 104 167 0 102 50 26 520 65 64
Binary 11000110 1000100 1110111 0 1000010 101000 10110 101010000 110101 110100

Color Harmonies of #C64477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64477

Black with #C64477

Text Example


Text Example

White with #C64477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64477; }

 p { color: rgb(198,68,119); }

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

background-color css

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

 a { background-color: rgb(198,68,119); }

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

border-color css

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

 span { border-color: rgb(198,68,119); }

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