Html Css Color HEX #C05376 Royal Heath

📋 copy color: '#C05376'

red 192 ◦ green 83 ◦ blue 118

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

Shades of Royal Heath #C05376

Tints of Royal Heath #C05376

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.12%

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

R = 48.85%
G = 21.12%
B = 30.03%

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

#C05376 (or 0xC05376) is known color: Royal Heath. HEX triplet: C0, 53 and 76. RGB value is (192,83,118). Sum of RGB (Red+Green+Blue) = 192+83+118=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 83 (32.81% from 255 or 21.12% from 393); Blue value is 118 (46.48% from 255 or 30.03% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C05376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05376 is #3FAC89. Grayscale: #777777. Windows color (decimal): -4172938 or 7754688. OLE color: 7754688.

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

Color convert

RGB 192 83 118 -
CMYK 0 0.57 0.39 0.25
HSL 340.73º 0.46% 0.54% -
HSV(B) 340.73º 0.57% 0.75% -
XYZ 28.1 18.7 19.27 -
YUV 119.58 127.11 179.65 -
System Red Green Blue C M Y K H S L
Decimal 192 83 118 0 0.57 0.39 0.25 340.73 0.46 0.54
Hex C0 53 76 0 39 27 19 155 2E 36
Octal 300 123 166 0 71 47 31 525 56 66
Binary 11000000 1010011 1110110 0 111001 100111 11001 101010101 101110 110110

Color Harmonies of #C05376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05376

Black with #C05376

Text Example


Text Example

White with #C05376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05376; }

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

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

background-color css

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

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

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

border-color css

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

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

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