Html Css Color HEX #C2A231 Sahara

📋 copy color: '#C2A231'

red 194 ◦ green 162 ◦ blue 49

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

Shades of Sahara #C2A231

Tints of Sahara #C2A231

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40%

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

R = 47.9%
G = 40%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C2A231 (or 0xC2A231) is known color: Sahara. HEX triplet: C2, A2 and 31. RGB value is (194,162,49). Sum of RGB (Red+Green+Blue) = 194+162+49=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 162 (63.67% from 255 or 40% from 405); Blue value is 49 (19.53% from 255 or 12.10% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A231 is #3D5DCE. Grayscale: #9F9F9F. Windows color (decimal): -4021711 or 3252930. OLE color: 3252930.

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

Color convert

RGB 194 162 49 -
CMYK 0 0.16 0.75 0.24
HSL 46.76º 0.6% 0.48% -
HSV(B) 46.76º 0.75% 0.76% -
XYZ 35.72 37.53 8.27 -
YUV 158.69 66.1 153.19 -
System Red Green Blue C M Y K H S L
Decimal 194 162 49 0 0.16 0.75 0.24 46.76 0.6 0.48
Hex C2 A2 31 0 10 4B 18 2F 3C 30
Octal 302 242 61 0 20 113 30 57 74 60
Binary 11000010 10100010 110001 0 10000 1001011 11000 101111 111100 110000

Color Harmonies of #C2A231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A231

Black with #C2A231

Text Example


Text Example

White with #C2A231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A231; }

 p { color: rgb(194,162,49); }

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

background-color css

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

 a { background-color: rgb(194,162,49); }

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

border-color css

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

 span { border-color: rgb(194,162,49); }

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