Html Css Color HEX #C7AC76 Putty

📋 copy color: '#C7AC76'

red 199 ◦ green 172 ◦ blue 118

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

Shades of Putty #C7AC76

Tints of Putty #C7AC76

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.17%

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

R = 40.7%
G = 35.17%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C7AC76 (or 0xC7AC76) is known color: Putty. HEX triplet: C7, AC and 76. RGB value is (199,172,118). Sum of RGB (Red+Green+Blue) = 199+172+118=489 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.70% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 118 (46.48% from 255 or 24.13% from 489); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AC76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AC76 is #385389. Grayscale: #AEAEAE. Windows color (decimal): -3691402 or 7777479. OLE color: 7777479.

HSL color Cylindrical-coordinate representation of color #C7AC76: hue angle of 40º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C7AC76 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 172 118 -
CMYK 0 0.14 0.41 0.22
HSL 40º 0.42% 0.62% -
HSV(B) 40º 0.41% 0.78% -
XYZ 41.58 42.96 23.24 -
YUV 173.92 96.45 145.89 -
System Red Green Blue C M Y K H S L
Decimal 199 172 118 0 0.14 0.41 0.22 40 0.42 0.62
Hex C7 AC 76 0 E 29 16 28 2A 3E
Octal 307 254 166 0 16 51 26 50 52 76
Binary 11000111 10101100 1110110 0 1110 101001 10110 101000 101010 111110

Color Harmonies of #C7AC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AC76

Black with #C7AC76

Text Example


Text Example

White with #C7AC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AC76; }

 p { color: rgb(199,172,118); }

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

background-color css

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

 a { background-color: rgb(199,172,118); }

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

border-color css

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

 span { border-color: rgb(199,172,118); }

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