Html Css Color HEX #C0477A Royal Heath

📋 copy color: '#C0477A'

red 192 ◦ green 71 ◦ blue 122

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

Shades of Royal Heath #C0477A

Tints of Royal Heath #C0477A

RGB

 RED value IS 192 (75.39% from 255) = 49.87%

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

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

R = 49.87%
G = 18.44%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C0477A (or 0xC0477A) is known color: Royal Heath. HEX triplet: C0, 47 and 7A. RGB value is (192,71,122). Sum of RGB (Red+Green+Blue) = 192+71+122=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 71 (28.12% from 255 or 18.44% from 385); Blue value is 122 (48.05% from 255 or 31.69% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C0477A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0477A is #3FB885. Grayscale: #707070. Windows color (decimal): -4176006 or 8013760. OLE color: 8013760.

HSL color Cylindrical-coordinate representation of color #C0477A: hue angle of 334.71º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C0477A is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 71 122 -
CMYK 0 0.63 0.36 0.25
HSL 334.71º 0.49% 0.52% -
HSV(B) 334.71º 0.63% 0.75% -
XYZ 27.5 17.12 20.27 -
YUV 112.99 133.09 184.35 -
System Red Green Blue C M Y K H S L
Decimal 192 71 122 0 0.63 0.36 0.25 334.71 0.49 0.52
Hex C0 47 7A 0 3F 24 19 14F 31 34
Octal 300 107 172 0 77 44 31 517 61 64
Binary 11000000 1000111 1111010 0 111111 100100 11001 101001111 110001 110100

Color Harmonies of #C0477A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0477A

Black with #C0477A

Text Example


Text Example

White with #C0477A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0477A; }

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

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

background-color css

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

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

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

border-color css

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

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

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