#C1A272

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

Shades of Fallow #C1A272

Tints of Fallow #C1A272

Color information

#C1A272 (or 0xC1A272) is unknown color: approx Fallow. HEX triplet: C1, A2 and 72. RGB value is (193,162,114). Sum of RGB (Red+Green+Blue) = 193+162+114=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 162 (63.67% from 255 or 34.54% from 469); Blue value is 114 (44.92% from 255 or 24.31% from 469); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A272 is #3E5D8D. Grayscale: #A6A6A6. Windows color (decimal): -4087182 or 7512769. OLE color: 7512769.

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

Color convert

RGB193162114-
CMYK00.160.410.24
HSL36.46º38.92%60.2%-
HSV(B)36.46º40.93%75.69%-
XYZ37.9538.3921.33-
YUV165.898.77147.4-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.15%
GREEN value IS 162 (63.67% from 255) = 34.54%
BLUE value IS 114 (44.92% from 255) = 24.31%
R=41.15%
G=34.54%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19316211400.160.410.2436.4638.9260.2
HexC1A272010291824273c
Octal3012421620205130444774
Binary1100000110100010111001001000010100111000100100100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A272; }

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

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

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

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

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

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

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

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