Html Css Color HEX #C05172 Royal Heath

📋 copy color: '#C05172'

red 192 ◦ green 81 ◦ blue 114

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

Shades of Royal Heath #C05172

Tints of Royal Heath #C05172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.46%

R = 49.61%
G = 20.93%
B = 29.46%

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

#C05172 (or 0xC05172) is known color: Royal Heath. HEX triplet: C0, 51 and 72. RGB value is (192,81,114). Sum of RGB (Red+Green+Blue) = 192+81+114=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 81 (32.03% from 255 or 20.93% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C05172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05172 is #3FAE8D. Grayscale: #757575. Windows color (decimal): -4173454 or 7492032. OLE color: 7492032.

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

Color convert

RGB 192 81 114 -
CMYK 0 0.58 0.41 0.25
HSL 342.16º 0.47% 0.54% -
HSV(B) 342.16º 0.58% 0.75% -
XYZ 27.72 18.31 17.99 -
YUV 117.95 125.77 180.82 -
System Red Green Blue C M Y K H S L
Decimal 192 81 114 0 0.58 0.41 0.25 342.16 0.47 0.54
Hex C0 51 72 0 3A 29 19 156 2F 36
Octal 300 121 162 0 72 51 31 526 57 66
Binary 11000000 1010001 1110010 0 111010 101001 11001 101010110 101111 110110

Color Harmonies of #C05172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05172

Black with #C05172

Text Example


Text Example

White with #C05172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05172; }

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

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

background-color css

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

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

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

border-color css

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

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

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