Html Css Color HEX #C5A32E Sahara

📋 copy color: '#C5A32E'

red 197 ◦ green 163 ◦ blue 46

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

Shades of Sahara #C5A32E

Tints of Sahara #C5A32E

RGB

 RED value IS 197 (77.34% from 255) = 48.52%

 GREEN value IS 163 (64.06% from 255) = 40.15%

 BLUE value IS 46 (18.36% from 255) = 11.33%

R = 48.52%
G = 40.15%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C5A32E (or 0xC5A32E) is known color: Sahara. HEX triplet: C5, A3 and 2E. RGB value is (197,163,46). Sum of RGB (Red+Green+Blue) = 197+163+46=406 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.52% from 406); Green value is 163 (64.06% from 255 or 40.15% from 406); Blue value is 46 (18.36% from 255 or 11.33% from 406); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A32E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A32E is #3A5CD1. Grayscale: #A0A0A0. Windows color (decimal): -3824850 or 3056581. OLE color: 3056581.

HSL color Cylindrical-coordinate representation of color #C5A32E: hue angle of 46.49º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C5A32E is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 163 46 -
CMYK 0 0.17 0.77 0.23
HSL 46.49º 0.62% 0.48% -
HSV(B) 46.49º 0.77% 0.77% -
XYZ 36.62 38.26 8.04 -
YUV 159.83 63.76 154.51 -
System Red Green Blue C M Y K H S L
Decimal 197 163 46 0 0.17 0.77 0.23 46.49 0.62 0.48
Hex C5 A3 2E 0 11 4D 17 2E 3E 30
Octal 305 243 56 0 21 115 27 56 76 60
Binary 11000101 10100011 101110 0 10001 1001101 10111 101110 111110 110000

Color Harmonies of #C5A32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A32E

Black with #C5A32E

Text Example


Text Example

White with #C5A32E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A32E; }

 p { color: rgb(197,163,46); }

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

background-color css

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

 a { background-color: rgb(197,163,46); }

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

border-color css

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

 span { border-color: rgb(197,163,46); }

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