#c8a76f

Color #C8A76F Putty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Putty #C8A76F

Tints of Putty #C8A76F

Color information

#C8A76F (or 0xC8A76F) is unknown color: approx Putty. HEX triplet: C8, A7 and 6F. RGB value is (200,167,111). Sum of RGB (Red+Green+Blue) = 200+167+111=478 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.84% from 478); Green value is 167 (65.62% from 255 or 34.94% from 478); Blue value is 111 (43.75% from 255 or 23.22% from 478); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A76F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A76F is #375890. Grayscale: #AAAAAA. Windows color (decimal): -3627153 or 7317448. OLE color: 7317448.

HSL color Cylindrical-coordinate representation of color #C8A76F: hue angle of 37.75º degrees, saturation: 0.45, 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 #C8A76F is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB200167111-
CMYK00.160.440.22
HSL37.75º44.72%60.98%-
HSV(B)37.75º44.5%78.43%-
XYZ40.5141.0620.83-
YUV170.4894.43149.05-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.84%
GREEN value IS 167 (65.62% from 255) = 34.94%
BLUE value IS 111 (43.75% from 255) = 23.22%
R=41.84%
G=34.94%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016711100.160.440.2237.7544.7260.98
HexC8A76F0102C16262d3d
Octal3102471570205426465575
Binary1100100010100111110111101000010110010110100110101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c8a76f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c8a76f; }

 p { color: rgb(200,167,111); }

 H1.HeaderClassName
 {
   color: #c8a76f;
 }
 .AnyTagClassName
 {
   color: #c8a76f;
 }
</style>
background-color css

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

 a { background-color: rgb(200,167,111); }

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

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

 span { border-color: rgb(200,167,111); }

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