Html Css Color HEX #C05077 Royal Heath

📋 copy color: '#C05077'

red 192 ◦ green 80 ◦ blue 119

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

Shades of Royal Heath #C05077

Tints of Royal Heath #C05077

RGB

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

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

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

R = 49.1%
G = 20.46%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C05077 (or 0xC05077) is known color: Royal Heath. HEX triplet: C0, 50 and 77. RGB value is (192,80,119). Sum of RGB (Red+Green+Blue) = 192+80+119=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 80 (31.64% from 255 or 20.46% from 391); Blue value is 119 (46.88% from 255 or 30.43% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C05077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05077 is #3FAF88. Grayscale: #757575. Windows color (decimal): -4173705 or 7819456. OLE color: 7819456.

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

Color convert

RGB 192 80 119 -
CMYK 0 0.58 0.38 0.25
HSL 339.11º 0.47% 0.53% -
HSV(B) 339.11º 0.58% 0.75% -
XYZ 27.94 18.28 19.51 -
YUV 117.93 128.61 180.83 -
System Red Green Blue C M Y K H S L
Decimal 192 80 119 0 0.58 0.38 0.25 339.11 0.47 0.53
Hex C0 50 77 0 3A 26 19 153 2F 35
Octal 300 120 167 0 72 46 31 523 57 65
Binary 11000000 1010000 1110111 0 111010 100110 11001 101010011 101111 110101

Color Harmonies of #C05077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05077

Black with #C05077

Text Example


Text Example

White with #C05077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05077; }

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

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

background-color css

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

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

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

border-color css

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

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

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