#C8AF6D

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

Shades of Putty #C8AF6D

Tints of Putty #C8AF6D

Color information

#C8AF6D (or 0xC8AF6D) is unknown color: approx Putty. HEX triplet: C8, AF and 6D. RGB value is (200,175,109). Sum of RGB (Red+Green+Blue) = 200+175+109=484 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.32% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 109 (42.97% from 255 or 22.52% from 484); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AF6D is #375092. Grayscale: #AFAFAF. Windows color (decimal): -3625107 or 7188424. OLE color: 7188424.

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

Color convert

RGB200175109-
CMYK00.120.460.22
HSL43.52º45.27%60.59%-
HSV(B)43.52º45.5%78.43%-
XYZ41.9144.0420.76-
YUV174.9590.78145.87-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.32%
GREEN value IS 175 (68.75% from 255) = 36.16%
BLUE value IS 109 (42.97% from 255) = 22.52%
R=41.32%
G=36.16%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017510900.120.460.2243.5245.2760.59
HexC8AF6D0C2E162c2d3d
Octal3102571550145626545575
Binary110010001010111111011010110010111010110101100101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AF6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AF6D; }

 p { color: rgb(200,175,109); }

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

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

 a { background-color: rgb(200,175,109); }

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

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

 span { border-color: rgb(200,175,109); }

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