#C8AC68

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

Shades of Putty #C8AC68

Tints of Putty #C8AC68

Color information

#C8AC68 (or 0xC8AC68) is unknown color: approx Putty. HEX triplet: C8, AC and 68. RGB value is (200,172,104). Sum of RGB (Red+Green+Blue) = 200+172+104=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 172 (67.58% from 255 or 36.13% from 476); Blue value is 104 (41.02% from 255 or 21.85% from 476); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AC68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AC68 is #375397. Grayscale: #ACACAC. Windows color (decimal): -3625880 or 6859976. OLE color: 6859976.

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

Color convert

RGB200172104-
CMYK00.140.480.22
HSL42.5º46.6%59.61%-
HSV(B)42.5º48%78.43%-
XYZ41.0742.7819.19-
YUV172.6289.28147.53-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.02%
GREEN value IS 172 (67.58% from 255) = 36.13%
BLUE value IS 104 (41.02% from 255) = 21.85%
R=42.02%
G=36.13%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017210400.140.480.2242.546.659.61
HexC8AC680E30162a2f3c
Octal3102541500166026525774
Binary110010001010110011010000111011000010110101010101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AC68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AC68; }

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

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

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

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

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

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

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

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