Html Css Color HEX #C0597E Royal Heath

📋 copy color: '#C0597E'

red 192 ◦ green 89 ◦ blue 126

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

Shades of Royal Heath #C0597E

Tints of Royal Heath #C0597E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.87%

 BLUE value IS 126 (49.61% from 255) = 30.96%

R = 47.17%
G = 21.87%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C0597E (or 0xC0597E) is known color: Royal Heath. HEX triplet: C0, 59 and 7E. RGB value is (192,89,126). Sum of RGB (Red+Green+Blue) = 192+89+126=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 89 (35.16% from 255 or 21.87% from 407); Blue value is 126 (49.61% from 255 or 30.96% from 407); Max value from RGB is 192 - color contains mainly: red. Hex color #C0597E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0597E is #3FA681. Grayscale: #7B7B7B. Windows color (decimal): -4171394 or 8280512. OLE color: 8280512.

HSL color Cylindrical-coordinate representation of color #C0597E: hue angle of 338.45º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C0597E is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 89 126 -
CMYK 0 0.54 0.34 0.25
HSL 338.45º 0.45% 0.55% -
HSV(B) 338.45º 0.54% 0.75% -
XYZ 29.08 19.86 22.04 -
YUV 124.02 129.12 176.49 -
System Red Green Blue C M Y K H S L
Decimal 192 89 126 0 0.54 0.34 0.25 338.45 0.45 0.55
Hex C0 59 7E 0 36 22 19 152 2D 37
Octal 300 131 176 0 66 42 31 522 55 67
Binary 11000000 1011001 1111110 0 110110 100010 11001 101010010 101101 110111

Color Harmonies of #C0597E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0597E

Black with #C0597E

Text Example


Text Example

White with #C0597E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0597E; }

 p { color: rgb(192,89,126); }

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

background-color css

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

 a { background-color: rgb(192,89,126); }

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

border-color css

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

 span { border-color: rgb(192,89,126); }

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