Html Css Color HEX #C05676 Royal Heath

📋 copy color: '#C05676'

red 192 ◦ green 86 ◦ blue 118

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

Shades of Royal Heath #C05676

Tints of Royal Heath #C05676

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.72%

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

R = 48.48%
G = 21.72%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C05676 (or 0xC05676) is known color: Royal Heath. HEX triplet: C0, 56 and 76. RGB value is (192,86,118). Sum of RGB (Red+Green+Blue) = 192+86+118=396 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.48% from 396); Green value is 86 (33.98% from 255 or 21.72% from 396); Blue value is 118 (46.48% from 255 or 29.80% from 396); Max value from RGB is 192 - color contains mainly: red. Hex color #C05676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05676 is #3FA989. Grayscale: #797979. Windows color (decimal): -4172170 or 7755456. OLE color: 7755456.

HSL color Cylindrical-coordinate representation of color #C05676: hue angle of 341.89º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C05676 is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 86 118 -
CMYK 0 0.55 0.39 0.25
HSL 341.89º 0.46% 0.55% -
HSV(B) 341.89º 0.55% 0.75% -
XYZ 28.34 19.17 19.35 -
YUV 121.34 126.12 178.4 -
System Red Green Blue C M Y K H S L
Decimal 192 86 118 0 0.55 0.39 0.25 341.89 0.46 0.55
Hex C0 56 76 0 37 27 19 156 2E 37
Octal 300 126 166 0 67 47 31 526 56 67
Binary 11000000 1010110 1110110 0 110111 100111 11001 101010110 101110 110111

Color Harmonies of #C05676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05676

Black with #C05676

Text Example


Text Example

White with #C05676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05676; }

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

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

background-color css

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

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

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

border-color css

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

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

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