Html Css Color HEX #C05680 Royal Heath

📋 copy color: '#C05680'

red 192 ◦ green 86 ◦ blue 128

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

Shades of Royal Heath #C05680

Tints of Royal Heath #C05680

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.18%

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

R = 47.29%
G = 21.18%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#C05680 (or 0xC05680) is known color: Royal Heath. HEX triplet: C0, 56 and 80. RGB value is (192,86,128). Sum of RGB (Red+Green+Blue) = 192+86+128=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 86 (33.98% from 255 or 21.18% from 406); Blue value is 128 (50.39% from 255 or 31.53% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C05680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05680 is #3FA97F. Grayscale: #7A7A7A. Windows color (decimal): -4172160 or 8410816. OLE color: 8410816.

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

Color convert

RGB 192 86 128 -
CMYK 0 0.55 0.33 0.25
HSL 336.23º 0.46% 0.55% -
HSV(B) 336.23º 0.55% 0.75% -
XYZ 28.96 19.42 22.64 -
YUV 122.48 131.12 177.58 -
System Red Green Blue C M Y K H S L
Decimal 192 86 128 0 0.55 0.33 0.25 336.23 0.46 0.55
Hex C0 56 80 0 37 21 19 150 2E 37
Octal 300 126 200 0 67 41 31 520 56 67
Binary 11000000 1010110 10000000 0 110111 100001 11001 101010000 101110 110111

Color Harmonies of #C05680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05680

Black with #C05680

Text Example


Text Example

White with #C05680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05680; }

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

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

background-color css

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

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

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

border-color css

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

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

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