#CCA171

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

Shades of Fallow #CCA171

Tints of Fallow #CCA171

Color information

#CCA171 (or 0xCCA171) is unknown color: approx Fallow. HEX triplet: CC, A1 and 71. RGB value is (204,161,113). Sum of RGB (Red+Green+Blue) = 204+161+113=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 161 (63.28% from 255 or 33.68% from 478); Blue value is 113 (44.53% from 255 or 23.64% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA171 is #335E8E. Grayscale: #A8A8A8. Windows color (decimal): -3366543 or 7446988. OLE color: 7446988.

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

Color convert

RGB204161113-
CMYK00.210.450.2
HSL31.65º47.15%62.16%-
HSV(B)31.65º44.61%80%-
XYZ40.6339.5221.11-
YUV168.3896.75153.4-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.68%
GREEN value IS 161 (63.28% from 255) = 33.68%
BLUE value IS 113 (44.53% from 255) = 23.64%
R=42.68%
G=33.68%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.45
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416111300.210.450.231.6547.1562.16
HexCCA1710152D14202f3e
Octal3142411610255524405776
Binary1100110010100001111000101010110110110100100000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA171; }

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

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

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

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

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

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

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

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