Html Css Color HEX #C05076 Royal Heath

📋 copy color: '#C05076'

red 192 ◦ green 80 ◦ blue 118

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

Shades of Royal Heath #C05076

Tints of Royal Heath #C05076

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.51%

 BLUE value IS 118 (46.48% from 255) = 30.26%

R = 49.23%
G = 20.51%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C05076 (or 0xC05076) is known color: Royal Heath. HEX triplet: C0, 50 and 76. RGB value is (192,80,118). Sum of RGB (Red+Green+Blue) = 192+80+118=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 80 (31.64% from 255 or 20.51% from 390); Blue value is 118 (46.48% from 255 or 30.26% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C05076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05076 is #3FAF89. Grayscale: #757575. Windows color (decimal): -4173706 or 7753920. OLE color: 7753920.

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

Color convert

RGB 192 80 118 -
CMYK 0 0.58 0.39 0.25
HSL 339.64º 0.47% 0.53% -
HSV(B) 339.64º 0.58% 0.75% -
XYZ 27.88 18.25 19.19 -
YUV 117.82 128.11 180.91 -
System Red Green Blue C M Y K H S L
Decimal 192 80 118 0 0.58 0.39 0.25 339.64 0.47 0.53
Hex C0 50 76 0 3A 27 19 154 2F 35
Octal 300 120 166 0 72 47 31 524 57 65
Binary 11000000 1010000 1110110 0 111010 100111 11001 101010100 101111 110101

Color Harmonies of #C05076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05076

Black with #C05076

Text Example


Text Example

White with #C05076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05076; }

 p { color: rgb(192,80,118); }

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

background-color css

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

 a { background-color: rgb(192,80,118); }

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

border-color css

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

 span { border-color: rgb(192,80,118); }

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