#C9A269

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

Shades of Fallow #C9A269

Tints of Fallow #C9A269

Color information

#C9A269 (or 0xC9A269) is unknown color: approx Fallow. HEX triplet: C9, A2 and 69. RGB value is (201,162,105). Sum of RGB (Red+Green+Blue) = 201+162+105=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 162 (63.67% from 255 or 34.62% from 468); Blue value is 105 (41.41% from 255 or 22.44% from 468); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A269 is #365D96. Grayscale: #A7A7A7. Windows color (decimal): -3562903 or 6922953. OLE color: 6922953.

HSL color Cylindrical-coordinate representation of color #C9A269: hue angle of 35.63º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C9A269 is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB201162105-
CMYK00.190.480.21
HSL35.63º47.06%60%-
HSV(B)35.63º47.76%78.82%-
XYZ39.5639.2818.86-
YUV167.1692.92152.13-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.95%
GREEN value IS 162 (63.67% from 255) = 34.62%
BLUE value IS 105 (41.41% from 255) = 22.44%
R=42.95%
G=34.62%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20116210500.190.480.2135.6347.0660
HexC9A2690133015242f3c
Octal3112421510236025445774
Binary1100100110100010110100101001111000010101100100101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A269; }

 p { color: rgb(201,162,105); }

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

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

 a { background-color: rgb(201,162,105); }

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

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

 span { border-color: rgb(201,162,105); }

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