Html Css Color HEX #C05A80 Royal Heath

📋 copy color: '#C05A80'

red 192 ◦ green 90 ◦ blue 128

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

Shades of Royal Heath #C05A80

Tints of Royal Heath #C05A80

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.95%

 BLUE value IS 128 (50.39% from 255) = 31.22%

R = 46.83%
G = 21.95%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#C05A80 (or 0xC05A80) is known color: Royal Heath. HEX triplet: C0, 5A and 80. RGB value is (192,90,128). Sum of RGB (Red+Green+Blue) = 192+90+128=410 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.83% from 410); Green value is 90 (35.55% from 255 or 21.95% from 410); Blue value is 128 (50.39% from 255 or 31.22% from 410); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05A80 is #3FA57F. Grayscale: #7C7C7C. Windows color (decimal): -4171136 or 8411840. OLE color: 8411840.

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

Color convert

RGB 192 90 128 -
CMYK 0 0.53 0.33 0.25
HSL 337.65º 0.45% 0.55% -
HSV(B) 337.65º 0.53% 0.75% -
XYZ 29.29 20.08 22.75 -
YUV 124.83 129.79 175.91 -
System Red Green Blue C M Y K H S L
Decimal 192 90 128 0 0.53 0.33 0.25 337.65 0.45 0.55
Hex C0 5A 80 0 35 21 19 152 2D 37
Octal 300 132 200 0 65 41 31 522 55 67
Binary 11000000 1011010 10000000 0 110101 100001 11001 101010010 101101 110111

Color Harmonies of #C05A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05A80

Black with #C05A80

Text Example


Text Example

White with #C05A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05A80; }

 p { color: rgb(192,90,128); }

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

background-color css

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

 a { background-color: rgb(192,90,128); }

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

border-color css

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

 span { border-color: rgb(192,90,128); }

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