Html Css Color HEX #C7A96F Putty

📋 copy color: '#C7A96F'

red 199 ◦ green 169 ◦ blue 111

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

Shades of Putty #C7A96F

Tints of Putty #C7A96F

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.28%

 BLUE value IS 111 (43.75% from 255) = 23.17%

R = 41.54%
G = 35.28%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C7A96F (or 0xC7A96F) is known color: Putty. HEX triplet: C7, A9 and 6F. RGB value is (199,169,111). Sum of RGB (Red+Green+Blue) = 199+169+111=479 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.54% from 479); Green value is 169 (66.41% from 255 or 35.28% from 479); Blue value is 111 (43.75% from 255 or 23.17% from 479); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A96F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A96F is #385690. Grayscale: #ABABAB. Windows color (decimal): -3692177 or 7317959. OLE color: 7317959.

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

Color convert

RGB 199 169 111 -
CMYK 0 0.15 0.44 0.22
HSL 39.55º 0.44% 0.61% -
HSV(B) 39.55º 0.44% 0.78% -
XYZ 40.61 41.67 20.94 -
YUV 171.36 93.94 147.72 -
System Red Green Blue C M Y K H S L
Decimal 199 169 111 0 0.15 0.44 0.22 39.55 0.44 0.61
Hex C7 A9 6F 0 F 2C 16 28 2C 3D
Octal 307 251 157 0 17 54 26 50 54 75
Binary 11000111 10101001 1101111 0 1111 101100 10110 101000 101100 111101

Color Harmonies of #C7A96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A96F

Black with #C7A96F

Text Example


Text Example

White with #C7A96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A96F; }

 p { color: rgb(199,169,111); }

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

background-color css

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

 a { background-color: rgb(199,169,111); }

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

border-color css

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

 span { border-color: rgb(199,169,111); }

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