#CC9A6E

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

Shades of Fallow #CC9A6E

Tints of Fallow #CC9A6E

Color information

#CC9A6E (or 0xCC9A6E) is unknown color: approx Fallow. HEX triplet: CC, 9A and 6E. RGB value is (204,154,110). Sum of RGB (Red+Green+Blue) = 204+154+110=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 154 (60.55% from 255 or 32.91% from 468); Blue value is 110 (43.36% from 255 or 23.50% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9A6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9A6E is #336591. Grayscale: #A4A4A4. Windows color (decimal): -3368338 or 7248588. OLE color: 7248588.

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

Color convert

RGB204154110-
CMYK00.250.460.2
HSL28.09º47.96%61.57%-
HSV(B)28.09º46.08%80%-
XYZ39.2737.0719.84-
YUV163.9397.56156.58-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.59%
GREEN value IS 154 (60.55% from 255) = 32.91%
BLUE value IS 110 (43.36% from 255) = 23.50%
R=43.59%
G=32.91%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.46
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415411000.250.460.228.0947.9661.57
HexCC9A6E0192E141c303e
Octal3142321560315624346076
Binary110011001001101011011100110011011101010011100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9A6E; }

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

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

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

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

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

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

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

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