#C8A66B

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

Shades of Putty #C8A66B

Tints of Putty #C8A66B

Color information

#C8A66B (or 0xC8A66B) is unknown color: approx Putty. HEX triplet: C8, A6 and 6B. RGB value is (200,166,107). Sum of RGB (Red+Green+Blue) = 200+166+107=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 166 (65.23% from 255 or 35.10% from 473); Blue value is 107 (42.19% from 255 or 22.62% from 473); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A66B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A66B is #375994. Grayscale: #A9A9A9. Windows color (decimal): -3627413 or 7055048. OLE color: 7055048.

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

Color convert

RGB200166107-
CMYK00.170.460.22
HSL38.06º45.81%60.2%-
HSV(B)38.06º46.5%78.43%-
XYZ40.1140.6119.64-
YUV169.4492.76149.8-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.28%
GREEN value IS 166 (65.23% from 255) = 35.10%
BLUE value IS 107 (42.19% from 255) = 22.62%
R=42.28%
G=35.10%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016610700.170.460.2238.0645.8160.2
HexC8A66B0112E16262e3c
Octal3102461530215626465674
Binary1100100010100110110101101000110111010110100110101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A66B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A66B; }

 p { color: rgb(200,166,107); }

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

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

 a { background-color: rgb(200,166,107); }

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

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

 span { border-color: rgb(200,166,107); }

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