Html Css Color HEX #C05272 Royal Heath

📋 copy color: '#C05272'

red 192 ◦ green 82 ◦ blue 114

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

Shades of Royal Heath #C05272

Tints of Royal Heath #C05272

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.13%

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

R = 49.48%
G = 21.13%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C05272 (or 0xC05272) is known color: Royal Heath. HEX triplet: C0, 52 and 72. RGB value is (192,82,114). Sum of RGB (Red+Green+Blue) = 192+82+114=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 82 (32.42% from 255 or 21.13% from 388); Blue value is 114 (44.92% from 255 or 29.38% from 388); Max value from RGB is 192 - color contains mainly: red. Hex color #C05272 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05272 is #3FAD8D. Grayscale: #767676. Windows color (decimal): -4173198 or 7492288. OLE color: 7492288.

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

Color convert

RGB 192 82 114 -
CMYK 0 0.57 0.41 0.25
HSL 342.55º 0.47% 0.54% -
HSV(B) 342.55º 0.57% 0.75% -
XYZ 27.79 18.46 18.02 -
YUV 118.54 125.44 180.4 -
System Red Green Blue C M Y K H S L
Decimal 192 82 114 0 0.57 0.41 0.25 342.55 0.47 0.54
Hex C0 52 72 0 39 29 19 157 2F 36
Octal 300 122 162 0 71 51 31 527 57 66
Binary 11000000 1010010 1110010 0 111001 101001 11001 101010111 101111 110110

Color Harmonies of #C05272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05272

Black with #C05272

Text Example


Text Example

White with #C05272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05272; }

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

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

background-color css

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

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

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

border-color css

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

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

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