#CCA26E

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

Shades of Fallow #CCA26E

Tints of Fallow #CCA26E

Color information

#CCA26E (or 0xCCA26E) is unknown color: approx Fallow. HEX triplet: CC, A2 and 6E. RGB value is (204,162,110). Sum of RGB (Red+Green+Blue) = 204+162+110=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 162 (63.67% from 255 or 34.03% from 476); Blue value is 110 (43.36% from 255 or 23.11% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA26E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA26E is #335D91. Grayscale: #A8A8A8. Windows color (decimal): -3366290 or 7250636. OLE color: 7250636.

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

Color convert

RGB204162110-
CMYK00.210.460.2
HSL33.19º47.96%61.57%-
HSV(B)33.19º46.08%80%-
XYZ40.6439.820.29-
YUV168.6394.91153.23-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.86%
GREEN value IS 162 (63.67% from 255) = 34.03%
BLUE value IS 110 (43.36% from 255) = 23.11%
R=42.86%
G=34.03%
B=23.11%

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
Decimal20416211000.210.460.233.1947.9661.57
HexCCA26E0152E1421303e
Octal3142421560255624416076
Binary1100110010100010110111001010110111010100100001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA26E; }

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

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

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

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

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

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

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

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