Html Css Color HEX #C84475 Royal Heath

📋 copy color: '#C84475'

red 200 ◦ green 68 ◦ blue 117

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

Shades of Royal Heath #C84475

Tints of Royal Heath #C84475

RGB

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

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

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

R = 51.95%
G = 17.66%
B = 30.39%

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

#C84475 (or 0xC84475) is known color: Royal Heath. HEX triplet: C8, 44 and 75. RGB value is (200,68,117). Sum of RGB (Red+Green+Blue) = 200+68+117=385 (50% of max value = 765). Red value is 200 (78.52% from 255 or 51.95% from 385); Green value is 68 (26.95% from 255 or 17.66% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 200 - color contains mainly: red. Hex color #C84475 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84475 is #37BB8A. Grayscale: #707070. Windows color (decimal): -3652491 or 7685320. OLE color: 7685320.

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

Color convert

RGB 200 68 117 -
CMYK 0 0.66 0.42 0.22
HSL 337.73º 0.55% 0.53% -
HSV(B) 337.73º 0.66% 0.78% -
XYZ 29.1 17.7 18.71 -
YUV 113.05 130.23 190.02 -
System Red Green Blue C M Y K H S L
Decimal 200 68 117 0 0.66 0.42 0.22 337.73 0.55 0.53
Hex C8 44 75 0 42 2A 16 152 37 35
Octal 310 104 165 0 102 52 26 522 67 65
Binary 11001000 1000100 1110101 0 1000010 101010 10110 101010010 110111 110101

Color Harmonies of #C84475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84475

Black with #C84475

Text Example


Text Example

White with #C84475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84475; }

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

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

background-color css

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

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

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

border-color css

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

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

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