#C1A333

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

Shades of Sahara #C1A333

Tints of Sahara #C1A333

Color information

#C1A333 (or 0xC1A333) is unknown color: approx Sahara. HEX triplet: C1, A3 and 33. RGB value is (193,163,51). Sum of RGB (Red+Green+Blue) = 193+163+51=407 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.42% from 407); Green value is 163 (64.06% from 255 or 40.05% from 407); Blue value is 51 (20.31% from 255 or 12.53% from 407); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A333 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A333 is #3E5CCC. Grayscale: #9F9F9F. Windows color (decimal): -4086989 or 3384257. OLE color: 3384257.

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

Color convert

RGB19316351-
CMYK00.160.740.24
HSL47.32º58.2%47.84%-
HSV(B)47.32º73.58%75.69%-
XYZ35.6937.778.54-
YUV159.266.94152.11-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.42%
GREEN value IS 163 (64.06% from 255) = 40.05%
BLUE value IS 51 (20.31% from 255) = 12.53%
R=47.42%
G=40.05%
B=12.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931635100.160.740.2447.3258.247.84
HexC1A3330104A182f3a30
Octal3012436302011230577260
Binary1100000110100011110011010000100101011000101111111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A333; }

 p { color: rgb(193,163,51); }

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

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

 a { background-color: rgb(193,163,51); }

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

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

 span { border-color: rgb(193,163,51); }

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