Html Css Color HEX #C84574 Royal Heath

📋 copy color: '#C84574'

red 200 ◦ green 69 ◦ blue 116

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

Shades of Royal Heath #C84574

Tints of Royal Heath #C84574

RGB

 RED value IS 200 (78.52% from 255) = 51.95%

 GREEN value IS 69 (27.34% from 255) = 17.92%

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

R = 51.95%
G = 17.92%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C84574 (or 0xC84574) is known color: Royal Heath. HEX triplet: C8, 45 and 74. RGB value is (200,69,116). Sum of RGB (Red+Green+Blue) = 200+69+116=385 (50% of max value = 765). Red value is 200 (78.52% from 255 or 51.95% from 385); Green value is 69 (27.34% from 255 or 17.92% from 385); Blue value is 116 (45.70% from 255 or 30.13% from 385); Max value from RGB is 200 - color contains mainly: red. Hex color #C84574 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84574 is #37BA8B. Grayscale: #717171. Windows color (decimal): -3652236 or 7620040. OLE color: 7620040.

HSL color Cylindrical-coordinate representation of color #C84574: hue angle of 338.47º degrees, saturation: 0.54, 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 #C84574 is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 69 116 -
CMYK 0 0.66 0.42 0.22
HSL 338.47º 0.54% 0.53% -
HSV(B) 338.47º 0.66% 0.78% -
XYZ 29.1 17.8 18.42 -
YUV 113.53 129.4 189.68 -
System Red Green Blue C M Y K H S L
Decimal 200 69 116 0 0.66 0.42 0.22 338.47 0.54 0.53
Hex C8 45 74 0 42 2A 16 152 36 35
Octal 310 105 164 0 102 52 26 522 66 65
Binary 11001000 1000101 1110100 0 1000010 101010 10110 101010010 110110 110101

Color Harmonies of #C84574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84574

Black with #C84574

Text Example


Text Example

White with #C84574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84574; }

 p { color: rgb(200,69,116); }

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

background-color css

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

 a { background-color: rgb(200,69,116); }

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

border-color css

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

 span { border-color: rgb(200,69,116); }

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