#C0A12B

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

Shades of Sahara #C0A12B

Tints of Sahara #C0A12B

Color information

#C0A12B (or 0xC0A12B) is unknown color: approx Sahara. HEX triplet: C0, A1 and 2B. RGB value is (192,161,43). Sum of RGB (Red+Green+Blue) = 192+161+43=396 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.48% from 396); Green value is 161 (63.28% from 255 or 40.66% from 396); Blue value is 43 (17.19% from 255 or 10.86% from 396); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A12B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A12B is #3F5ED4. Grayscale: #9D9D9D. Windows color (decimal): -4153045 or 2859456. OLE color: 2859456.

HSL color Cylindrical-coordinate representation of color #C0A12B: hue angle of 47.52º 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 #C0A12B is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB19216143-
CMYK00.160.780.25
HSL47.52º63.4%46.08%-
HSV(B)47.52º77.6%75.29%-
XYZ34.9236.877.56-
YUV156.8263.77153.09-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.48%
GREEN value IS 161 (63.28% from 255) = 40.66%
BLUE value IS 43 (17.19% from 255) = 10.86%
R=48.48%
G=40.66%
B=10.86%

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
Decimal1921614300.160.780.2547.5263.446.08
HexC0A12B0104E19303f2e
Octal3002415302011631607756
Binary1100000010100001101011010000100111011001110000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A12B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A12B; }

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

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

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

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

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

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

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

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