Html Css Color HEX #C84575 Royal Heath

📋 copy color: '#C84575'

red 200 ◦ green 69 ◦ blue 117

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

Shades of Royal Heath #C84575

Tints of Royal Heath #C84575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.31%

R = 51.81%
G = 17.88%
B = 30.31%

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

#C84575 (or 0xC84575) is known color: Royal Heath. HEX triplet: C8, 45 and 75. RGB value is (200,69,117). Sum of RGB (Red+Green+Blue) = 200+69+117=386 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.81% from 386); Green value is 69 (27.34% from 255 or 17.88% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 200 - color contains mainly: red. Hex color #C84575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84575 is #37BA8A. Grayscale: #717171. Windows color (decimal): -3652235 or 7685576. OLE color: 7685576.

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

Color convert

RGB 200 69 117 -
CMYK 0 0.66 0.42 0.22
HSL 338.02º 0.54% 0.53% -
HSV(B) 338.02º 0.66% 0.78% -
XYZ 29.16 17.82 18.73 -
YUV 113.64 129.9 189.6 -
System Red Green Blue C M Y K H S L
Decimal 200 69 117 0 0.66 0.42 0.22 338.02 0.54 0.53
Hex C8 45 75 0 42 2A 16 152 36 35
Octal 310 105 165 0 102 52 26 522 66 65
Binary 11001000 1000101 1110101 0 1000010 101010 10110 101010010 110110 110101

Color Harmonies of #C84575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84575

Black with #C84575

Text Example


Text Example

White with #C84575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84575; }

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

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

background-color css

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

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

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

border-color css

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

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

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