#C1A229

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

Shades of Sahara #C1A229

Tints of Sahara #C1A229

Color information

#C1A229 (or 0xC1A229) is unknown color: approx Sahara. HEX triplet: C1, A2 and 29. RGB value is (193,162,41). Sum of RGB (Red+Green+Blue) = 193+162+41=396 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.74% from 396); Green value is 162 (63.67% from 255 or 40.91% from 396); Blue value is 41 (16.41% from 255 or 10.35% from 396); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A229 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A229 is #3E5DD6. Grayscale: #9D9D9D. Windows color (decimal): -4087255 or 2728641. OLE color: 2728641.

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

Color convert

RGB19316241-
CMYK00.160.790.24
HSL47.76º64.96%45.88%-
HSV(B)47.76º78.76%75.69%-
XYZ35.3137.347.44-
YUV157.4862.27153.34-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.74%
GREEN value IS 162 (63.67% from 255) = 40.91%
BLUE value IS 41 (16.41% from 255) = 10.35%
R=48.74%
G=40.91%
B=10.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931624100.160.790.2447.7664.9645.88
HexC1A2290104F1830412e
Octal30124251020117306010156
Binary11000001101000101010010100001001111110001100001000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A229; }

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

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

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

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

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

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

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

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