#C8A469

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

Shades of Putty #C8A469

Tints of Putty #C8A469

Color information

#C8A469 (or 0xC8A469) is unknown color: approx Putty. HEX triplet: C8, A4 and 69. RGB value is (200,164,105). Sum of RGB (Red+Green+Blue) = 200+164+105=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 164 (64.45% from 255 or 34.97% from 469); Blue value is 105 (41.41% from 255 or 22.39% from 469); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A469 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A469 is #375B96. Grayscale: #A8A8A8. Windows color (decimal): -3627927 or 6923464. OLE color: 6923464.

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

Color convert

RGB200164105-
CMYK00.180.480.22
HSL37.26º46.34%59.8%-
HSV(B)37.26º47.5%78.43%-
XYZ39.6439.8518.97-
YUV168.0492.43150.8-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.64%
GREEN value IS 164 (64.45% from 255) = 34.97%
BLUE value IS 105 (41.41% from 255) = 22.39%
R=42.64%
G=34.97%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016410500.180.480.2237.2646.3459.8
HexC8A4690123016252e3c
Octal3102441510226026455674
Binary1100100010100100110100101001011000010110100101101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A469; }

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

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

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

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

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

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

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

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