Html Css Color HEX #C64A77 Royal Heath

📋 copy color: '#C64A77'

red 198 ◦ green 74 ◦ blue 119

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

Shades of Royal Heath #C64A77

Tints of Royal Heath #C64A77

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.93%

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

R = 50.64%
G = 18.93%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#C64A77 (or 0xC64A77) is known color: Royal Heath. HEX triplet: C6, 4A and 77. RGB value is (198,74,119). Sum of RGB (Red+Green+Blue) = 198+74+119=391 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.64% from 391); Green value is 74 (29.30% from 255 or 18.93% from 391); Blue value is 119 (46.88% from 255 or 30.43% from 391); Max value from RGB is 198 - color contains mainly: red. Hex color #C64A77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64A77 is #39B588. Grayscale: #747474. Windows color (decimal): -3782025 or 7817926. OLE color: 7817926.

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

Color convert

RGB 198 74 119 -
CMYK 0 0.63 0.40 0.22
HSL 338.23º 0.52% 0.53% -
HSV(B) 338.23º 0.63% 0.78% -
XYZ 29.07 18.24 19.44 -
YUV 116.21 129.58 186.34 -
System Red Green Blue C M Y K H S L
Decimal 198 74 119 0 0.63 0.40 0.22 338.23 0.52 0.53
Hex C6 4A 77 0 3F 28 16 152 34 35
Octal 306 112 167 0 77 50 26 522 64 65
Binary 11000110 1001010 1110111 0 111111 101000 10110 101010010 110100 110101

Color Harmonies of #C64A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64A77

Black with #C64A77

Text Example


Text Example

White with #C64A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64A77; }

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

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

background-color css

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

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

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

border-color css

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

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

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