#C8A86A

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

Shades of Putty #C8A86A

Tints of Putty #C8A86A

Color information

#C8A86A (or 0xC8A86A) is unknown color: approx Putty. HEX triplet: C8, A8 and 6A. RGB value is (200,168,106). Sum of RGB (Red+Green+Blue) = 200+168+106=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 168 (66.02% from 255 or 35.44% from 474); Blue value is 106 (41.80% from 255 or 22.36% from 474); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A86A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A86A is #375795. Grayscale: #AAAAAA. Windows color (decimal): -3626902 or 6990024. OLE color: 6990024.

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

Color convert

RGB200168106-
CMYK00.160.470.22
HSL39.57º46.08%60%-
HSV(B)39.57º47%78.43%-
XYZ40.4241.3319.48-
YUV170.591.6149.04-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.19%
GREEN value IS 168 (66.02% from 255) = 35.44%
BLUE value IS 106 (41.80% from 255) = 22.36%
R=42.19%
G=35.44%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016810600.160.470.2239.5746.0860
HexC8A86A0102F16282e3c
Octal3102501520205726505674
Binary1100100010101000110101001000010111110110101000101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A86A; }

 p { color: rgb(200,168,106); }

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

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

 a { background-color: rgb(200,168,106); }

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

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

 span { border-color: rgb(200,168,106); }

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