Html Css Color HEX #C2A030 Sahara

📋 copy color: '#C2A030'

red 194 ◦ green 160 ◦ blue 48

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

Shades of Sahara #C2A030

Tints of Sahara #C2A030

RGB

 RED value IS 194 (76.17% from 255) = 48.26%

 GREEN value IS 160 (62.89% from 255) = 39.8%

 BLUE value IS 48 (19.14% from 255) = 11.94%

R = 48.26%
G = 39.8%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C2A030 (or 0xC2A030) is known color: Sahara. HEX triplet: C2, A0 and 30. RGB value is (194,160,48). Sum of RGB (Red+Green+Blue) = 194+160+48=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 160 (62.89% from 255 or 39.80% from 402); Blue value is 48 (19.14% from 255 or 11.94% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A030 is #3D5FCF. Grayscale: #9D9D9D. Windows color (decimal): -4022224 or 3186882. OLE color: 3186882.

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

Color convert

RGB 194 160 48 -
CMYK 0 0.18 0.75 0.24
HSL 46.03º 0.6% 0.47% -
HSV(B) 46.03º 0.75% 0.76% -
XYZ 35.35 36.82 8.04 -
YUV 157.4 66.26 154.11 -
System Red Green Blue C M Y K H S L
Decimal 194 160 48 0 0.18 0.75 0.24 46.03 0.6 0.47
Hex C2 A0 30 0 12 4B 18 2E 3C 2F
Octal 302 240 60 0 22 113 30 56 74 57
Binary 11000010 10100000 110000 0 10010 1001011 11000 101110 111100 101111

Color Harmonies of #C2A030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A030

Black with #C2A030

Text Example


Text Example

White with #C2A030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A030; }

 p { color: rgb(194,160,48); }

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

background-color css

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

 a { background-color: rgb(194,160,48); }

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

border-color css

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

 span { border-color: rgb(194,160,48); }

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