Html Css Color HEX #C76C86 Charm

📋 copy color: '#C76C86'

red 199 ◦ green 108 ◦ blue 134

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

Shades of Charm #C76C86

Tints of Charm #C76C86

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.49%

 BLUE value IS 134 (52.73% from 255) = 30.39%

R = 45.12%
G = 24.49%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C76C86 (or 0xC76C86) is known color: Charm. HEX triplet: C7, 6C and 86. RGB value is (199,108,134). Sum of RGB (Red+Green+Blue) = 199+108+134=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 108 (42.58% from 255 or 24.49% from 441); Blue value is 134 (52.73% from 255 or 30.39% from 441); Max value from RGB is 199 - color contains mainly: red. Hex color #C76C86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76C86 is #389379. Grayscale: #8A8A8A. Windows color (decimal): -3707770 or 8809671. OLE color: 8809671.

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

Color convert

RGB 199 108 134 -
CMYK 0 0.46 0.33 0.22
HSL 342.86º 0.45% 0.6% -
HSV(B) 342.86º 0.46% 0.78% -
XYZ 33.22 24.59 25.55 -
YUV 138.17 125.65 171.39 -
System Red Green Blue C M Y K H S L
Decimal 199 108 134 0 0.46 0.33 0.22 342.86 0.45 0.6
Hex C7 6C 86 0 2E 21 16 157 2D 3C
Octal 307 154 206 0 56 41 26 527 55 74
Binary 11000111 1101100 10000110 0 101110 100001 10110 101010111 101101 111100

Color Harmonies of #C76C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76C86

Black with #C76C86

Text Example


Text Example

White with #C76C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76C86; }

 p { color: rgb(199,108,134); }

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

background-color css

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

 a { background-color: rgb(199,108,134); }

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

border-color css

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

 span { border-color: rgb(199,108,134); }

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