#C3A027

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

Shades of Sahara #C3A027

Tints of Sahara #C3A027

Color information

#C3A027 (or 0xC3A027) is unknown color: approx Sahara. HEX triplet: C3, A0 and 27. RGB value is (195,160,39). Sum of RGB (Red+Green+Blue) = 195+160+39=394 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.49% from 394); Green value is 160 (62.89% from 255 or 40.61% from 394); Blue value is 39 (15.62% from 255 or 9.90% from 394); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A027 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A027 is #3C5FD8. Grayscale: #9D9D9D. Windows color (decimal): -3956697 or 2597059. OLE color: 2597059.

HSL color Cylindrical-coordinate representation of color #C3A027: hue angle of 46.54º 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 #C3A027 is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB19516039-
CMYK00.180.800.24
HSL46.54º66.67%45.88%-
HSV(B)46.54º80%76.47%-
XYZ35.4436.897.17-
YUV156.6761.6155.34-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.49%
GREEN value IS 160 (62.89% from 255) = 40.61%
BLUE value IS 39 (15.62% from 255) = 9.90%
R=49.49%
G=40.61%
B=9.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.80
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951603900.180.800.2446.5466.6745.88
HexC3A02701250182f432e
Octal30324047022120305710356
Binary11000011101000001001110100101010000110001011111000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A027; }

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

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

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

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

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

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

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

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