Html Css Color HEX #C0497C Royal Heath

📋 copy color: '#C0497C'

red 192 ◦ green 73 ◦ blue 124

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

Shades of Royal Heath #C0497C

Tints of Royal Heath #C0497C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.77%

 BLUE value IS 124 (48.83% from 255) = 31.88%

R = 49.36%
G = 18.77%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#C0497C (or 0xC0497C) is known color: Royal Heath. HEX triplet: C0, 49 and 7C. RGB value is (192,73,124). Sum of RGB (Red+Green+Blue) = 192+73+124=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 73 (28.91% from 255 or 18.77% from 389); Blue value is 124 (48.83% from 255 or 31.88% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C0497C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0497C is #3FB683. Grayscale: #727272. Windows color (decimal): -4175492 or 8145344. OLE color: 8145344.

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

Color convert

RGB 192 73 124 -
CMYK 0 0.62 0.35 0.25
HSL 334.29º 0.49% 0.52% -
HSV(B) 334.29º 0.62% 0.75% -
XYZ 27.76 17.43 20.97 -
YUV 114.4 133.42 183.35 -
System Red Green Blue C M Y K H S L
Decimal 192 73 124 0 0.62 0.35 0.25 334.29 0.49 0.52
Hex C0 49 7C 0 3E 23 19 14E 31 34
Octal 300 111 174 0 76 43 31 516 61 64
Binary 11000000 1001001 1111100 0 111110 100011 11001 101001110 110001 110100

Color Harmonies of #C0497C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0497C

Black with #C0497C

Text Example


Text Example

White with #C0497C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0497C; }

 p { color: rgb(192,73,124); }

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

background-color css

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

 a { background-color: rgb(192,73,124); }

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

border-color css

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

 span { border-color: rgb(192,73,124); }

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