#C5A12E

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

Shades of Sahara #C5A12E

Tints of Sahara #C5A12E

Color information

#C5A12E (or 0xC5A12E) is unknown color: approx Sahara. HEX triplet: C5, A1 and 2E. RGB value is (197,161,46). Sum of RGB (Red+Green+Blue) = 197+161+46=404 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.76% from 404); Green value is 161 (63.28% from 255 or 39.85% from 404); Blue value is 46 (18.36% from 255 or 11.39% from 404); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A12E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A12E is #3A5ED1. Grayscale: #9F9F9F. Windows color (decimal): -3825362 or 3056069. OLE color: 3056069.

HSL color Cylindrical-coordinate representation of color #C5A12E: hue angle of 45.7º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C5A12E is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB19716146-
CMYK00.180.770.23
HSL45.7º62.14%47.65%-
HSV(B)45.7º76.65%77.25%-
XYZ36.2637.567.92-
YUV158.6564.43155.35-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.76%
GREEN value IS 161 (63.28% from 255) = 39.85%
BLUE value IS 46 (18.36% from 255) = 11.39%
R=48.76%
G=39.85%
B=11.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.77
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971614600.180.770.2345.762.1447.65
HexC5A12E0124D172e3e30
Octal3052415602211527567660
Binary1100010110100001101110010010100110110111101110111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A12E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A12E; }

 p { color: rgb(197,161,46); }

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

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

 a { background-color: rgb(197,161,46); }

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

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

 span { border-color: rgb(197,161,46); }

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