Html Css Color HEX #C0A131 Sahara

📋 copy color: '#C0A131'

red 192 ◦ green 161 ◦ blue 49

#C0A131
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sahara #C0A131

Tints of Sahara #C0A131

RGB

 RED value IS 192 (75.39% from 255) = 47.76%

 GREEN value IS 161 (63.28% from 255) = 40.05%

 BLUE value IS 49 (19.53% from 255) = 12.19%

R = 47.76%
G = 40.05%
B = 12.19%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C0A131 (or 0xC0A131) is known color: Sahara. HEX triplet: C0, A1 and 31. RGB value is (192,161,49). Sum of RGB (Red+Green+Blue) = 192+161+49=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 161 (63.28% from 255 or 40.05% from 402); Blue value is 49 (19.53% from 255 or 12.19% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A131 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A131 is #3F5ECE. Grayscale: #9D9D9D. Windows color (decimal): -4153039 or 3252672. OLE color: 3252672.

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

Color convert

RGB 192 161 49 -
CMYK 0 0.16 0.74 0.25
HSL 46.99º 0.59% 0.47% -
HSV(B) 46.99º 0.74% 0.75% -
XYZ 35.04 36.92 8.18 -
YUV 157.5 66.77 152.61 -
System Red Green Blue C M Y K H S L
Decimal 192 161 49 0 0.16 0.74 0.25 46.99 0.59 0.47
Hex C0 A1 31 0 10 4A 19 2F 3B 2F
Octal 300 241 61 0 20 112 31 57 73 57
Binary 11000000 10100001 110001 0 10000 1001010 11001 101111 111011 101111

Color Harmonies of #C0A131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A131

Black with #C0A131

Text Example


Text Example

White with #C0A131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A131; }

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

 H1.HeaderClassName
 {
   color: #C0A131;
 }
 .AnyTagClassName
 {
   color: #C0A131;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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