#CCA169

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

Shades of Fallow #CCA169

Tints of Fallow #CCA169

Color information

#CCA169 (or 0xCCA169) is unknown color: approx Fallow. HEX triplet: CC, A1 and 69. RGB value is (204,161,105). Sum of RGB (Red+Green+Blue) = 204+161+105=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 161 (63.28% from 255 or 34.26% from 470); Blue value is 105 (41.41% from 255 or 22.34% from 470); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA169 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA169 is #335E96. Grayscale: #A7A7A7. Windows color (decimal): -3366551 or 6922700. OLE color: 6922700.

HSL color Cylindrical-coordinate representation of color #CCA169: hue angle of 33.94º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CCA169 is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.2.

Color convert

RGB204161105-
CMYK00.210.490.2
HSL33.94º49.25%60.59%-
HSV(B)33.94º48.53%80%-
XYZ40.239.3518.84-
YUV167.4792.75154.05-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.40%
GREEN value IS 161 (63.28% from 255) = 34.26%
BLUE value IS 105 (41.41% from 255) = 22.34%
R=43.40%
G=34.26%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.49
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416110500.210.490.233.9449.2560.59
HexCCA169015311422313d
Octal3142411510256124426175
Binary1100110010100001110100101010111000110100100010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA169; }

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

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

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

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

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

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

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

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