#C8A46E

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

Shades of Putty #C8A46E

Tints of Putty #C8A46E

Color information

#C8A46E (or 0xC8A46E) is unknown color: approx Putty. HEX triplet: C8, A4 and 6E. RGB value is (200,164,110). Sum of RGB (Red+Green+Blue) = 200+164+110=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 164 (64.45% from 255 or 34.60% from 474); Blue value is 110 (43.36% from 255 or 23.21% from 474); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A46E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A46E is #375B91. Grayscale: #A8A8A8. Windows color (decimal): -3627922 or 7251144. OLE color: 7251144.

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

Color convert

RGB200164110-
CMYK00.180.450.22
HSL36º45%60.78%-
HSV(B)36º45%78.43%-
XYZ39.9139.9620.36-
YUV168.6194.93150.39-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.19%
GREEN value IS 164 (64.45% from 255) = 34.60%
BLUE value IS 110 (43.36% from 255) = 23.21%
R=42.19%
G=34.60%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016411000.180.450.22364560.78
HexC8A46E0122D16242d3d
Octal3102441560225526445575
Binary1100100010100100110111001001010110110110100100101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A46E; }

 p { color: rgb(200,164,110); }

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

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

 a { background-color: rgb(200,164,110); }

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

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

 span { border-color: rgb(200,164,110); }

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