#C1A269

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

Shades of Fallow #C1A269

Tints of Fallow #C1A269

Color information

#C1A269 (or 0xC1A269) is unknown color: approx Fallow. HEX triplet: C1, A2 and 69. RGB value is (193,162,105). Sum of RGB (Red+Green+Blue) = 193+162+105=460 (60% of max value = 765). Red value is 193 (75.78% from 255 or 41.96% from 460); Green value is 162 (63.67% from 255 or 35.22% from 460); Blue value is 105 (41.41% from 255 or 22.83% from 460); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A269 is #3E5D96. Grayscale: #A5A5A5. Windows color (decimal): -4087191 or 6922945. OLE color: 6922945.

HSL color Cylindrical-coordinate representation of color #C1A269: hue angle of 38.86º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C1A269 is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB193162105-
CMYK00.160.460.24
HSL38.86º41.51%58.43%-
HSV(B)38.86º45.6%75.69%-
XYZ37.4638.218.76-
YUV164.7794.27148.13-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.96%
GREEN value IS 162 (63.67% from 255) = 35.22%
BLUE value IS 105 (41.41% from 255) = 22.83%
R=41.96%
G=35.22%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19316210500.160.460.2438.8641.5158.43
HexC1A2690102E18272a3a
Octal3012421510205630475272
Binary1100000110100010110100101000010111011000100111101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A269; }

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

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

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

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

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

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

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

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