Html Css Color HEX #C05171 Royal Heath

📋 copy color: '#C05171'

red 192 ◦ green 81 ◦ blue 113

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

Shades of Royal Heath #C05171

Tints of Royal Heath #C05171

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.98%

 BLUE value IS 113 (44.53% from 255) = 29.27%

R = 49.74%
G = 20.98%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C05171 (or 0xC05171) is known color: Royal Heath. HEX triplet: C0, 51 and 71. RGB value is (192,81,113). Sum of RGB (Red+Green+Blue) = 192+81+113=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 81 (32.03% from 255 or 20.98% from 386); Blue value is 113 (44.53% from 255 or 29.27% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C05171 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05171 is #3FAE8E. Grayscale: #757575. Windows color (decimal): -4173455 or 7426496. OLE color: 7426496.

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

Color convert

RGB 192 81 113 -
CMYK 0 0.58 0.41 0.25
HSL 342.7º 0.47% 0.54% -
HSV(B) 342.7º 0.58% 0.75% -
XYZ 27.66 18.28 17.69 -
YUV 117.84 125.27 180.9 -
System Red Green Blue C M Y K H S L
Decimal 192 81 113 0 0.58 0.41 0.25 342.7 0.47 0.54
Hex C0 51 71 0 3A 29 19 157 2F 36
Octal 300 121 161 0 72 51 31 527 57 66
Binary 11000000 1010001 1110001 0 111010 101001 11001 101010111 101111 110110

Color Harmonies of #C05171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05171

Black with #C05171

Text Example


Text Example

White with #C05171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05171; }

 p { color: rgb(192,81,113); }

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

background-color css

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

 a { background-color: rgb(192,81,113); }

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

border-color css

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

 span { border-color: rgb(192,81,113); }

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