#C2A22D

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

Shades of Sahara #C2A22D

Tints of Sahara #C2A22D

Color information

#C2A22D (or 0xC2A22D) is unknown color: approx Sahara. HEX triplet: C2, A2 and 2D. RGB value is (194,162,45). Sum of RGB (Red+Green+Blue) = 194+162+45=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 162 (63.67% from 255 or 40.40% from 401); Blue value is 45 (17.97% from 255 or 11.22% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A22D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A22D is #3D5DD2. Grayscale: #9E9E9E. Windows color (decimal): -4021715 or 2990786. OLE color: 2990786.

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

Color convert

RGB19416245-
CMYK00.160.770.24
HSL47.11º62.34%46.86%-
HSV(B)47.11º76.8%76.08%-
XYZ35.6437.57.84-
YUV158.2364.1153.51-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.38%
GREEN value IS 162 (63.67% from 255) = 40.40%
BLUE value IS 45 (17.97% from 255) = 11.22%
R=48.38%
G=40.40%
B=11.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941624500.160.770.2447.1162.3446.86
HexC2A22D0104D182f3e2f
Octal3022425502011530577657
Binary1100001010100010101101010000100110111000101111111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A22D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A22D; }

 p { color: rgb(194,162,45); }

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

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

 a { background-color: rgb(194,162,45); }

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

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

 span { border-color: rgb(194,162,45); }

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