#CCA86E

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

Shades of Putty #CCA86E

Tints of Putty #CCA86E

Color information

#CCA86E (or 0xCCA86E) is unknown color: approx Putty. HEX triplet: CC, A8 and 6E. RGB value is (204,168,110). Sum of RGB (Red+Green+Blue) = 204+168+110=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 168 (66.02% from 255 or 34.85% from 482); Blue value is 110 (43.36% from 255 or 22.82% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA86E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA86E is #335791. Grayscale: #ACACAC. Windows color (decimal): -3364754 or 7252172. OLE color: 7252172.

HSL color Cylindrical-coordinate representation of color #CCA86E: hue angle of 37.02º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CCA86E is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.2.

Color convert

RGB204168110-
CMYK00.180.460.2
HSL37.02º47.96%61.57%-
HSV(B)37.02º46.08%80%-
XYZ41.7241.9720.65-
YUV172.1592.93150.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.32%
GREEN value IS 168 (66.02% from 255) = 34.85%
BLUE value IS 110 (43.36% from 255) = 22.82%
R=42.32%
G=34.85%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416811000.180.460.237.0247.9661.57
HexCCA86E0122E1425303e
Octal3142501560225624456076
Binary1100110010101000110111001001010111010100100101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA86E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA86E; }

 p { color: rgb(204,168,110); }

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

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

 a { background-color: rgb(204,168,110); }

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

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

 span { border-color: rgb(204,168,110); }

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