Html Css Color HEX #C8477A Royal Heath

📋 copy color: '#C8477A'

red 200 ◦ green 71 ◦ blue 122

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

Shades of Royal Heath #C8477A

Tints of Royal Heath #C8477A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.07%

 BLUE value IS 122 (48.05% from 255) = 31.04%

R = 50.89%
G = 18.07%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C8477A (or 0xC8477A) is known color: Royal Heath. HEX triplet: C8, 47 and 7A. RGB value is (200,71,122). Sum of RGB (Red+Green+Blue) = 200+71+122=393 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.89% from 393); Green value is 71 (28.12% from 255 or 18.07% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 200 - color contains mainly: red. Hex color #C8477A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8477A is #37B885. Grayscale: #737373. Windows color (decimal): -3651718 or 8013768. OLE color: 8013768.

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

Color convert

RGB 200 71 122 -
CMYK 0 0.64 0.39 0.22
HSL 336.28º 0.54% 0.53% -
HSV(B) 336.28º 0.65% 0.78% -
XYZ 29.59 18.19 20.36 -
YUV 115.39 131.74 188.35 -
System Red Green Blue C M Y K H S L
Decimal 200 71 122 0 0.64 0.39 0.22 336.28 0.54 0.53
Hex C8 47 7A 0 40 27 16 150 36 35
Octal 310 107 172 0 100 47 26 520 66 65
Binary 11001000 1000111 1111010 0 1000000 100111 10110 101010000 110110 110101

Color Harmonies of #C8477A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8477A

Black with #C8477A

Text Example


Text Example

White with #C8477A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8477A; }

 p { color: rgb(200,71,122); }

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

background-color css

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

 a { background-color: rgb(200,71,122); }

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

border-color css

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

 span { border-color: rgb(200,71,122); }

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