Html Css Color HEX #C76E80 Charm

📋 copy color: '#C76E80'

red 199 ◦ green 110 ◦ blue 128

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

Shades of Charm #C76E80

Tints of Charm #C76E80

RGB

 RED value IS 199 (78.13% from 255) = 45.54%

 GREEN value IS 110 (43.36% from 255) = 25.17%

 BLUE value IS 128 (50.39% from 255) = 29.29%

R = 45.54%
G = 25.17%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C76E80 (or 0xC76E80) is known color: Charm. HEX triplet: C7, 6E and 80. RGB value is (199,110,128). Sum of RGB (Red+Green+Blue) = 199+110+128=437 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.54% from 437); Green value is 110 (43.36% from 255 or 25.17% from 437); Blue value is 128 (50.39% from 255 or 29.29% from 437); Max value from RGB is 199 - color contains mainly: red. Hex color #C76E80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76E80 is #38917F. Grayscale: #8A8A8A. Windows color (decimal): -3707264 or 8416967. OLE color: 8416967.

HSL color Cylindrical-coordinate representation of color #C76E80: hue angle of 347.87º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C76E80 is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 110 128 -
CMYK 0 0.45 0.36 0.22
HSL 347.87º 0.44% 0.61% -
HSV(B) 347.87º 0.45% 0.78% -
XYZ 33.03 24.85 23.48 -
YUV 138.66 121.99 171.04 -
System Red Green Blue C M Y K H S L
Decimal 199 110 128 0 0.45 0.36 0.22 347.87 0.44 0.61
Hex C7 6E 80 0 2D 24 16 15C 2C 3D
Octal 307 156 200 0 55 44 26 534 54 75
Binary 11000111 1101110 10000000 0 101101 100100 10110 101011100 101100 111101

Color Harmonies of #C76E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76E80

Black with #C76E80

Text Example


Text Example

White with #C76E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76E80; }

 p { color: rgb(199,110,128); }

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

background-color css

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

 a { background-color: rgb(199,110,128); }

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

border-color css

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

 span { border-color: rgb(199,110,128); }

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