#C3A127

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

Shades of Sahara #C3A127

Tints of Sahara #C3A127

Color information

#C3A127 (or 0xC3A127) is unknown color: approx Sahara. HEX triplet: C3, A1 and 27. RGB value is (195,161,39). Sum of RGB (Red+Green+Blue) = 195+161+39=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 161 (63.28% from 255 or 40.76% from 395); Blue value is 39 (15.62% from 255 or 9.87% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A127 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A127 is #3C5ED8. Grayscale: #9D9D9D. Windows color (decimal): -3956441 or 2597315. OLE color: 2597315.

HSL color Cylindrical-coordinate representation of color #C3A127: hue angle of 46.92º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C3A127 is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB19516139-
CMYK00.170.800.24
HSL46.92º66.67%45.88%-
HSV(B)46.92º80%76.47%-
XYZ35.6237.247.23-
YUV157.2661.26154.92-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.37%
GREEN value IS 161 (63.28% from 255) = 40.76%
BLUE value IS 39 (15.62% from 255) = 9.87%
R=49.37%
G=40.76%
B=9.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.80
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951613900.170.800.2446.9266.6745.88
HexC3A12701150182f432e
Octal30324147021120305710356
Binary11000011101000011001110100011010000110001011111000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A127; }

 p { color: rgb(195,161,39); }

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

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

 a { background-color: rgb(195,161,39); }

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

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

 span { border-color: rgb(195,161,39); }

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