Html Css Color HEX #C2477A Royal Heath

📋 copy color: '#C2477A'

red 194 ◦ green 71 ◦ blue 122

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

Shades of Royal Heath #C2477A

Tints of Royal Heath #C2477A

RGB

 RED value IS 194 (76.17% from 255) = 50.13%

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

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

R = 50.13%
G = 18.35%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C2477A (or 0xC2477A) is known color: Royal Heath. HEX triplet: C2, 47 and 7A. RGB value is (194,71,122). Sum of RGB (Red+Green+Blue) = 194+71+122=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 71 (28.12% from 255 or 18.35% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C2477A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2477A is #3DB885. Grayscale: #717171. Windows color (decimal): -4044934 or 8013762. OLE color: 8013762.

HSL color Cylindrical-coordinate representation of color #C2477A: hue angle of 335.12º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C2477A is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 71 122 -
CMYK 0 0.63 0.37 0.24
HSL 335.12º 0.5% 0.52% -
HSV(B) 335.12º 0.63% 0.76% -
XYZ 28.01 17.38 20.29 -
YUV 113.59 132.75 185.35 -
System Red Green Blue C M Y K H S L
Decimal 194 71 122 0 0.63 0.37 0.24 335.12 0.5 0.52
Hex C2 47 7A 0 3F 25 18 14F 32 34
Octal 302 107 172 0 77 45 30 517 62 64
Binary 11000010 1000111 1111010 0 111111 100101 11000 101001111 110010 110100

Color Harmonies of #C2477A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2477A

Black with #C2477A

Text Example


Text Example

White with #C2477A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2477A; }

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

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

background-color css

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

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

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

border-color css

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

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

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