Html Css Color HEX #C0577B Royal Heath

📋 copy color: '#C0577B'

red 192 ◦ green 87 ◦ blue 123

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

Shades of Royal Heath #C0577B

Tints of Royal Heath #C0577B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.64%

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

R = 47.76%
G = 21.64%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C0577B (or 0xC0577B) is known color: Royal Heath. HEX triplet: C0, 57 and 7B. RGB value is (192,87,123). Sum of RGB (Red+Green+Blue) = 192+87+123=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 87 (34.38% from 255 or 21.64% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C0577B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0577B is #3FA884. Grayscale: #7A7A7A. Windows color (decimal): -4171909 or 8083392. OLE color: 8083392.

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

Color convert

RGB 192 87 123 -
CMYK 0 0.55 0.36 0.25
HSL 339.43º 0.45% 0.55% -
HSV(B) 339.43º 0.55% 0.75% -
XYZ 28.72 19.45 20.98 -
YUV 122.5 128.29 177.57 -
System Red Green Blue C M Y K H S L
Decimal 192 87 123 0 0.55 0.36 0.25 339.43 0.45 0.55
Hex C0 57 7B 0 37 24 19 153 2D 37
Octal 300 127 173 0 67 44 31 523 55 67
Binary 11000000 1010111 1111011 0 110111 100100 11001 101010011 101101 110111

Color Harmonies of #C0577B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0577B

Black with #C0577B

Text Example


Text Example

White with #C0577B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0577B; }

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

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

background-color css

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

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

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

border-color css

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

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

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