Html Css Color HEX #C64074 Royal Heath

📋 copy color: '#C64074'

red 198 ◦ green 64 ◦ blue 116

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

Shades of Royal Heath #C64074

Tints of Royal Heath #C64074

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.93%

 BLUE value IS 116 (45.7% from 255) = 30.69%

R = 52.38%
G = 16.93%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C64074 (or 0xC64074) is known color: Royal Heath. HEX triplet: C6, 40 and 74. RGB value is (198,64,116). Sum of RGB (Red+Green+Blue) = 198+64+116=378 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.38% from 378); Green value is 64 (25.39% from 255 or 16.93% from 378); Blue value is 116 (45.70% from 255 or 30.69% from 378); Max value from RGB is 198 - color contains mainly: red. Hex color #C64074 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64074 is #39BF8B. Grayscale: #6D6D6D. Windows color (decimal): -3784588 or 7618758. OLE color: 7618758.

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

Color convert

RGB 198 64 116 -
CMYK 0 0.68 0.41 0.22
HSL 336.72º 0.54% 0.51% -
HSV(B) 336.72º 0.68% 0.78% -
XYZ 28.27 16.93 18.3 -
YUV 109.99 131.39 190.77 -
System Red Green Blue C M Y K H S L
Decimal 198 64 116 0 0.68 0.41 0.22 336.72 0.54 0.51
Hex C6 40 74 0 44 29 16 151 36 33
Octal 306 100 164 0 104 51 26 521 66 63
Binary 11000110 1000000 1110100 0 1000100 101001 10110 101010001 110110 110011

Color Harmonies of #C64074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64074

Black with #C64074

Text Example


Text Example

White with #C64074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64074; }

 p { color: rgb(198,64,116); }

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

background-color css

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

 a { background-color: rgb(198,64,116); }

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

border-color css

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

 span { border-color: rgb(198,64,116); }

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