#CCA86B

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

Shades of Putty #CCA86B

Tints of Putty #CCA86B

Color information

#CCA86B (or 0xCCA86B) is unknown color: approx Putty. HEX triplet: CC, A8 and 6B. RGB value is (204,168,107). Sum of RGB (Red+Green+Blue) = 204+168+107=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 168 (66.02% from 255 or 35.07% from 479); Blue value is 107 (42.19% from 255 or 22.34% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA86B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA86B is #335794. Grayscale: #ACACAC. Windows color (decimal): -3364757 or 7055564. OLE color: 7055564.

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

Color convert

RGB204168107-
CMYK00.180.480.2
HSL37.73º48.74%60.98%-
HSV(B)37.73º47.55%80%-
XYZ41.5641.919.81-
YUV171.8191.43150.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.59%
GREEN value IS 168 (66.02% from 255) = 35.07%
BLUE value IS 107 (42.19% from 255) = 22.34%
R=42.59%
G=35.07%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416810700.180.480.237.7348.7460.98
HexCCA86B012301426313d
Octal3142501530226024466175
Binary1100110010101000110101101001011000010100100110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA86B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA86B; }

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

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

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

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

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

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

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

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