Html Css Color HEX #C0597B Royal Heath

📋 copy color: '#C0597B'

red 192 ◦ green 89 ◦ blue 123

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

Shades of Royal Heath #C0597B

Tints of Royal Heath #C0597B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.45%

R = 47.52%
G = 22.03%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C0597B (or 0xC0597B) is known color: Royal Heath. HEX triplet: C0, 59 and 7B. RGB value is (192,89,123). Sum of RGB (Red+Green+Blue) = 192+89+123=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 89 (35.16% from 255 or 22.03% from 404); Blue value is 123 (48.44% from 255 or 30.45% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C0597B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0597B is #3FA684. Grayscale: #7B7B7B. Windows color (decimal): -4171397 or 8083904. OLE color: 8083904.

HSL color Cylindrical-coordinate representation of color #C0597B: hue angle of 340.19º 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 #C0597B is Cyan = 0, Magento = 0.54, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 89 123 -
CMYK 0 0.54 0.36 0.25
HSL 340.19º 0.45% 0.55% -
HSV(B) 340.19º 0.54% 0.75% -
XYZ 28.89 19.78 21.03 -
YUV 123.67 127.62 176.74 -
System Red Green Blue C M Y K H S L
Decimal 192 89 123 0 0.54 0.36 0.25 340.19 0.45 0.55
Hex C0 59 7B 0 36 24 19 154 2D 37
Octal 300 131 173 0 66 44 31 524 55 67
Binary 11000000 1011001 1111011 0 110110 100100 11001 101010100 101101 110111

Color Harmonies of #C0597B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0597B

Black with #C0597B

Text Example


Text Example

White with #C0597B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0597B; }

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

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

background-color css

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

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

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

border-color css

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

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

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