#C3A331

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

Shades of Sahara #C3A331

Tints of Sahara #C3A331

Color information

#C3A331 (or 0xC3A331) is unknown color: approx Sahara. HEX triplet: C3, A3 and 31. RGB value is (195,163,49). Sum of RGB (Red+Green+Blue) = 195+163+49=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 163 (64.06% from 255 or 40.05% from 407); Blue value is 49 (19.53% from 255 or 12.04% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A331 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A331 is #3C5CCE. Grayscale: #A0A0A0. Windows color (decimal): -3955919 or 3253187. OLE color: 3253187.

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

Color convert

RGB19516349-
CMYK00.160.750.24
HSL46.85º59.84%47.84%-
HSV(B)46.85º74.87%76.47%-
XYZ36.1638.028.34-
YUV159.5765.6153.27-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.91%
GREEN value IS 163 (64.06% from 255) = 40.05%
BLUE value IS 49 (19.53% from 255) = 12.04%
R=47.91%
G=40.05%
B=12.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951634900.160.750.2446.8559.8447.84
HexC3A3310104B182f3c30
Octal3032436102011330577460
Binary1100001110100011110001010000100101111000101111111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A331; }

 p { color: rgb(195,163,49); }

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

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

 a { background-color: rgb(195,163,49); }

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

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

 span { border-color: rgb(195,163,49); }

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