#CCA26F

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

Shades of Fallow #CCA26F

Tints of Fallow #CCA26F

Color information

#CCA26F (or 0xCCA26F) is unknown color: approx Fallow. HEX triplet: CC, A2 and 6F. RGB value is (204,162,111). Sum of RGB (Red+Green+Blue) = 204+162+111=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 162 (63.67% from 255 or 33.96% from 477); Blue value is 111 (43.75% from 255 or 23.27% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA26F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA26F is #335D90. Grayscale: #A8A8A8. Windows color (decimal): -3366289 or 7316172. OLE color: 7316172.

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

Color convert

RGB204162111-
CMYK00.210.460.2
HSL32.9º47.69%61.76%-
HSV(B)32.9º45.59%80%-
XYZ40.6939.8320.58-
YUV168.7495.41153.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.77%
GREEN value IS 162 (63.67% from 255) = 33.96%
BLUE value IS 111 (43.75% from 255) = 23.27%
R=42.77%
G=33.96%
B=23.27%

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
Decimal20416211100.210.460.232.947.6961.76
HexCCA26F0152E1421303e
Octal3142421570255624416076
Binary1100110010100010110111101010110111010100100001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA26F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA26F; }

 p { color: rgb(204,162,111); }

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

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

 a { background-color: rgb(204,162,111); }

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

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

 span { border-color: rgb(204,162,111); }

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