#C8A475

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

Shades of Putty #C8A475

Tints of Putty #C8A475

Color information

#C8A475 (or 0xC8A475) is unknown color: approx Putty. HEX triplet: C8, A4 and 75. RGB value is (200,164,117). Sum of RGB (Red+Green+Blue) = 200+164+117=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 164 (64.45% from 255 or 34.10% from 481); Blue value is 117 (46.09% from 255 or 24.32% from 481); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A475 is #375B8A. Grayscale: #A9A9A9. Windows color (decimal): -3627915 or 7709896. OLE color: 7709896.

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

Color convert

RGB200164117-
CMYK00.180.420.22
HSL33.98º43.01%62.16%-
HSV(B)33.98º41.5%78.43%-
XYZ40.3140.1122.45-
YUV169.4198.43149.82-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.58%
GREEN value IS 164 (64.45% from 255) = 34.10%
BLUE value IS 117 (46.09% from 255) = 24.32%
R=41.58%
G=34.10%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016411700.180.420.2233.9843.0162.16
HexC8A4750122A16222b3e
Octal3102441650225226425376
Binary1100100010100100111010101001010101010110100010101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A475; }

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

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

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

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

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

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

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

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