#C1A22D

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

Shades of Sahara #C1A22D

Tints of Sahara #C1A22D

Color information

#C1A22D (or 0xC1A22D) is unknown color: approx Sahara. HEX triplet: C1, A2 and 2D. RGB value is (193,162,45). Sum of RGB (Red+Green+Blue) = 193+162+45=400 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.25% from 400); Green value is 162 (63.67% from 255 or 40.5% from 400); Blue value is 45 (17.97% from 255 or 11.25% from 400); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A22D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A22D is #3E5DD2. Grayscale: #9E9E9E. Windows color (decimal): -4087251 or 2990785. OLE color: 2990785.

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

Color convert

RGB19316245-
CMYK00.160.770.24
HSL47.43º62.18%46.67%-
HSV(B)47.43º76.68%75.69%-
XYZ35.3937.377.83-
YUV157.9364.27153.01-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.25%
GREEN value IS 162 (63.67% from 255) = 40.5%
BLUE value IS 45 (17.97% from 255) = 11.25%
R=48.25%
G=40.5%
B=11.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931624500.160.770.2447.4362.1846.67
HexC1A22D0104D182f3e2f
Octal3012425502011530577657
Binary1100000110100010101101010000100110111000101111111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A22D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A22D; }

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

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

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

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

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

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

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

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