#C8AB6F

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

Shades of Putty #C8AB6F

Tints of Putty #C8AB6F

Color information

#C8AB6F (or 0xC8AB6F) is unknown color: approx Putty. HEX triplet: C8, AB and 6F. RGB value is (200,171,111). Sum of RGB (Red+Green+Blue) = 200+171+111=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 111 (43.75% from 255 or 23.03% from 482); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AB6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AB6F is #375490. Grayscale: #ADADAD. Windows color (decimal): -3626129 or 7318472. OLE color: 7318472.

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

Color convert

RGB200171111-
CMYK00.140.440.22
HSL40.45º44.72%60.98%-
HSV(B)40.45º44.5%78.43%-
XYZ41.2542.5521.08-
YUV172.8393.11147.38-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.49%
GREEN value IS 171 (67.19% from 255) = 35.48%
BLUE value IS 111 (43.75% from 255) = 23.03%
R=41.49%
G=35.48%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017111100.140.440.2240.4544.7260.98
HexC8AB6F0E2C16282d3d
Octal3102531570165426505575
Binary110010001010101111011110111010110010110101000101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AB6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AB6F; }

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

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

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

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

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

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

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

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