Html Css Color HEX #C05276 Royal Heath

📋 copy color: '#C05276'

red 192 ◦ green 82 ◦ blue 118

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

Shades of Royal Heath #C05276

Tints of Royal Heath #C05276

RGB

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

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

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

R = 48.98%
G = 20.92%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C05276 (or 0xC05276) is known color: Royal Heath. HEX triplet: C0, 52 and 76. RGB value is (192,82,118). Sum of RGB (Red+Green+Blue) = 192+82+118=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 82 (32.42% from 255 or 20.92% from 392); Blue value is 118 (46.48% from 255 or 30.10% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C05276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05276 is #3FAD89. Grayscale: #767676. Windows color (decimal): -4173194 or 7754432. OLE color: 7754432.

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

Color convert

RGB 192 82 118 -
CMYK 0 0.57 0.39 0.25
HSL 340.36º 0.47% 0.54% -
HSV(B) 340.36º 0.57% 0.75% -
XYZ 28.03 18.55 19.24 -
YUV 118.99 127.44 180.07 -
System Red Green Blue C M Y K H S L
Decimal 192 82 118 0 0.57 0.39 0.25 340.36 0.47 0.54
Hex C0 52 76 0 39 27 19 154 2F 36
Octal 300 122 166 0 71 47 31 524 57 66
Binary 11000000 1010010 1110110 0 111001 100111 11001 101010100 101111 110110

Color Harmonies of #C05276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05276

Black with #C05276

Text Example


Text Example

White with #C05276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05276; }

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

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

background-color css

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

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

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

border-color css

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

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

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