#CCA76E

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

Shades of Putty #CCA76E

Tints of Putty #CCA76E

Color information

#CCA76E (or 0xCCA76E) is unknown color: approx Putty. HEX triplet: CC, A7 and 6E. RGB value is (204,167,110). Sum of RGB (Red+Green+Blue) = 204+167+110=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 167 (65.62% from 255 or 34.72% from 481); Blue value is 110 (43.36% from 255 or 22.87% from 481); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA76E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA76E is #335891. Grayscale: #ABABAB. Windows color (decimal): -3365010 or 7251916. OLE color: 7251916.

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

Color convert

RGB204167110-
CMYK00.180.460.2
HSL36.38º47.96%61.57%-
HSV(B)36.38º46.08%80%-
XYZ41.5441.620.59-
YUV171.5693.26151.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.41%
GREEN value IS 167 (65.62% from 255) = 34.72%
BLUE value IS 110 (43.36% from 255) = 22.87%
R=42.41%
G=34.72%
B=22.87%

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
Decimal20416711000.180.460.236.3847.9661.57
HexCCA76E0122E1424303e
Octal3142471560225624446076
Binary1100110010100111110111001001010111010100100100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA76E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA76E; }

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

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

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

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

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

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

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

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