#C0A02B

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

Shades of Sahara #C0A02B

Tints of Sahara #C0A02B

Color information

#C0A02B (or 0xC0A02B) is unknown color: approx Sahara. HEX triplet: C0, A0 and 2B. RGB value is (192,160,43). Sum of RGB (Red+Green+Blue) = 192+160+43=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 160 (62.89% from 255 or 40.51% from 395); Blue value is 43 (17.19% from 255 or 10.89% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A02B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A02B is #3F5FD4. Grayscale: #9C9C9C. Windows color (decimal): -4153301 or 2859200. OLE color: 2859200.

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

Color convert

RGB19216043-
CMYK00.170.780.25
HSL47.11º63.4%46.08%-
HSV(B)47.11º77.6%75.29%-
XYZ34.7536.527.5-
YUV156.2364.1153.51-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.61%
GREEN value IS 160 (62.89% from 255) = 40.51%
BLUE value IS 43 (17.19% from 255) = 10.89%
R=48.61%
G=40.51%
B=10.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921604300.170.780.2547.1163.446.08
HexC0A02B0114E192f3f2e
Octal3002405302111631577756
Binary1100000010100000101011010001100111011001101111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A02B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A02B; }

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

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

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

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

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

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

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

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