#C0A22B

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

Shades of Sahara #C0A22B

Tints of Sahara #C0A22B

Color information

#C0A22B (or 0xC0A22B) is unknown color: approx Sahara. HEX triplet: C0, A2 and 2B. RGB value is (192,162,43). Sum of RGB (Red+Green+Blue) = 192+162+43=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 162 (63.67% from 255 or 40.81% from 397); Blue value is 43 (17.19% from 255 or 10.83% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A22B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A22B is #3F5DD4. Grayscale: #9D9D9D. Windows color (decimal): -4152789 or 2859712. OLE color: 2859712.

HSL color Cylindrical-coordinate representation of color #C0A22B: hue angle of 47.92º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C0A22B is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB19216243-
CMYK00.160.780.25
HSL47.92º63.4%46.08%-
HSV(B)47.92º77.6%75.29%-
XYZ35.0937.227.62-
YUV157.463.44152.68-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.36%
GREEN value IS 162 (63.67% from 255) = 40.81%
BLUE value IS 43 (17.19% from 255) = 10.83%
R=48.36%
G=40.81%
B=10.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921624300.160.780.2547.9263.446.08
HexC0A22B0104E19303f2e
Octal3002425302011631607756
Binary1100000010100010101011010000100111011001110000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A22B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A22B; }

 p { color: rgb(192,162,43); }

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

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

 a { background-color: rgb(192,162,43); }

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

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

 span { border-color: rgb(192,162,43); }

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