#CCA771

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

Shades of Putty #CCA771

Tints of Putty #CCA771

Color information

#CCA771 (or 0xCCA771) is unknown color: approx Putty. HEX triplet: CC, A7 and 71. RGB value is (204,167,113). Sum of RGB (Red+Green+Blue) = 204+167+113=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 167 (65.62% from 255 or 34.50% from 484); Blue value is 113 (44.53% from 255 or 23.35% from 484); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA771 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA771 is #33588E. Grayscale: #ACACAC. Windows color (decimal): -3365007 or 7448524. OLE color: 7448524.

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

Color convert

RGB204167113-
CMYK00.180.450.2
HSL35.6º47.15%62.16%-
HSV(B)35.6º44.61%80%-
XYZ41.741.6721.47-
YUV171.9194.76150.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.15%
GREEN value IS 167 (65.62% from 255) = 34.50%
BLUE value IS 113 (44.53% from 255) = 23.35%
R=42.15%
G=34.50%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.45
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416711300.180.450.235.647.1562.16
HexCCA7710122D14242f3e
Octal3142471610225524445776
Binary1100110010100111111000101001010110110100100100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA771; }

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

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

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

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

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

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

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

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