Html Css Color HEX #C05777 Royal Heath

📋 copy color: '#C05777'

red 192 ◦ green 87 ◦ blue 119

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

Shades of Royal Heath #C05777

Tints of Royal Heath #C05777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 29.9%

R = 48.24%
G = 21.86%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C05777 (or 0xC05777) is known color: Royal Heath. HEX triplet: C0, 57 and 77. RGB value is (192,87,119). Sum of RGB (Red+Green+Blue) = 192+87+119=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 87 (34.38% from 255 or 21.86% from 398); Blue value is 119 (46.88% from 255 or 29.90% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C05777 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05777 is #3FA888. Grayscale: #7A7A7A. Windows color (decimal): -4171913 or 7821248. OLE color: 7821248.

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

Color convert

RGB 192 87 119 -
CMYK 0 0.55 0.38 0.25
HSL 341.71º 0.45% 0.55% -
HSV(B) 341.71º 0.55% 0.75% -
XYZ 28.48 19.35 19.69 -
YUV 122.04 126.29 177.9 -
System Red Green Blue C M Y K H S L
Decimal 192 87 119 0 0.55 0.38 0.25 341.71 0.45 0.55
Hex C0 57 77 0 37 26 19 156 2D 37
Octal 300 127 167 0 67 46 31 526 55 67
Binary 11000000 1010111 1110111 0 110111 100110 11001 101010110 101101 110111

Color Harmonies of #C05777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05777

Black with #C05777

Text Example


Text Example

White with #C05777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05777; }

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

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

background-color css

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

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

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

border-color css

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

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

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