#CCA16E

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

Shades of Fallow #CCA16E

Tints of Fallow #CCA16E

Color information

#CCA16E (or 0xCCA16E) is unknown color: approx Fallow. HEX triplet: CC, A1 and 6E. RGB value is (204,161,110). Sum of RGB (Red+Green+Blue) = 204+161+110=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 161 (63.28% from 255 or 33.89% from 475); Blue value is 110 (43.36% from 255 or 23.16% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA16E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA16E is #335E91. Grayscale: #A8A8A8. Windows color (decimal): -3366546 or 7250380. OLE color: 7250380.

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

Color convert

RGB204161110-
CMYK00.210.460.2
HSL32.55º47.96%61.57%-
HSV(B)32.55º46.08%80%-
XYZ40.4639.4520.23-
YUV168.0495.25153.65-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.95%
GREEN value IS 161 (63.28% from 255) = 33.89%
BLUE value IS 110 (43.36% from 255) = 23.16%
R=42.95%
G=33.89%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.46
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416111000.210.460.232.5547.9661.57
HexCCA16E0152E1421303e
Octal3142411560255624416076
Binary1100110010100001110111001010110111010100100001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA16E; }

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

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

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

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

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

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

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

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