Html Css Color HEX #C7AA76 Putty

📋 copy color: '#C7AA76'

red 199 ◦ green 170 ◦ blue 118

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

Shades of Putty #C7AA76

Tints of Putty #C7AA76

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.91%

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

R = 40.86%
G = 34.91%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C7AA76 (or 0xC7AA76) is known color: Putty. HEX triplet: C7, AA and 76. RGB value is (199,170,118). Sum of RGB (Red+Green+Blue) = 199+170+118=487 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.86% from 487); Green value is 170 (66.80% from 255 or 34.91% from 487); Blue value is 118 (46.48% from 255 or 24.23% from 487); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AA76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AA76 is #385589. Grayscale: #ACACAC. Windows color (decimal): -3691914 or 7776967. OLE color: 7776967.

HSL color Cylindrical-coordinate representation of color #C7AA76: hue angle of 38.52º 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 #C7AA76 is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 170 118 -
CMYK 0 0.15 0.41 0.22
HSL 38.52º 0.42% 0.62% -
HSV(B) 38.52º 0.41% 0.78% -
XYZ 41.2 42.2 23.11 -
YUV 172.74 97.11 146.73 -
System Red Green Blue C M Y K H S L
Decimal 199 170 118 0 0.15 0.41 0.22 38.52 0.42 0.62
Hex C7 AA 76 0 F 29 16 27 2A 3E
Octal 307 252 166 0 17 51 26 47 52 76
Binary 11000111 10101010 1110110 0 1111 101001 10110 100111 101010 111110

Color Harmonies of #C7AA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AA76

Black with #C7AA76

Text Example


Text Example

White with #C7AA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AA76; }

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

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

background-color css

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

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

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

border-color css

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

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

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