#CCA76F

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

Shades of Putty #CCA76F

Tints of Putty #CCA76F

Color information

#CCA76F (or 0xCCA76F) is unknown color: approx Putty. HEX triplet: CC, A7 and 6F. RGB value is (204,167,111). Sum of RGB (Red+Green+Blue) = 204+167+111=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 167 (65.62% from 255 or 34.65% from 482); Blue value is 111 (43.75% from 255 or 23.03% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA76F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA76F is #335890. Grayscale: #ABABAB. Windows color (decimal): -3365009 or 7317452. OLE color: 7317452.

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

Color convert

RGB204167111-
CMYK00.180.460.2
HSL36.13º47.69%61.76%-
HSV(B)36.13º45.59%80%-
XYZ41.5941.6220.88-
YUV171.6893.76151.05-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.32%
GREEN value IS 167 (65.62% from 255) = 34.65%
BLUE value IS 111 (43.75% from 255) = 23.03%
R=42.32%
G=34.65%
B=23.03%

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
Decimal20416711100.180.460.236.1347.6961.76
HexCCA76F0122E1424303e
Octal3142471570225624446076
Binary1100110010100111110111101001010111010100100100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA76F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA76F; }

 p { color: rgb(204,167,111); }

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

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

 a { background-color: rgb(204,167,111); }

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

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

 span { border-color: rgb(204,167,111); }

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