#C8AC6B

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

Shades of Putty #C8AC6B

Tints of Putty #C8AC6B

Color information

#C8AC6B (or 0xC8AC6B) is unknown color: approx Putty. HEX triplet: C8, AC and 6B. RGB value is (200,172,107). Sum of RGB (Red+Green+Blue) = 200+172+107=479 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.75% from 479); Green value is 172 (67.58% from 255 or 35.91% from 479); Blue value is 107 (42.19% from 255 or 22.34% from 479); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AC6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AC6B is #375394. Grayscale: #ADADAD. Windows color (decimal): -3625877 or 7056584. OLE color: 7056584.

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

Color convert

RGB200172107-
CMYK00.140.460.22
HSL41.94º45.81%60.2%-
HSV(B)41.94º46.5%78.43%-
XYZ41.2342.8520.01-
YUV172.9690.78147.29-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.75%
GREEN value IS 172 (67.58% from 255) = 35.91%
BLUE value IS 107 (42.19% from 255) = 22.34%
R=41.75%
G=35.91%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017210700.140.460.2241.9445.8160.2
HexC8AC6B0E2E162a2e3c
Octal3102541530165626525674
Binary110010001010110011010110111010111010110101010101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AC6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AC6B; }

 p { color: rgb(200,172,107); }

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

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

 a { background-color: rgb(200,172,107); }

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

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

 span { border-color: rgb(200,172,107); }

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