Html Css Color HEX #C5A129 Sahara

📋 copy color: '#C5A129'

red 197 ◦ green 161 ◦ blue 41

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

Shades of Sahara #C5A129

Tints of Sahara #C5A129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.28%

R = 49.37%
G = 40.35%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C5A129 (or 0xC5A129) is known color: Sahara. HEX triplet: C5, A1 and 29. RGB value is (197,161,41). Sum of RGB (Red+Green+Blue) = 197+161+41=399 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.37% from 399); Green value is 161 (63.28% from 255 or 40.35% from 399); Blue value is 41 (16.41% from 255 or 10.28% from 399); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A129 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A129 is #3A5ED6. Grayscale: #9E9E9E. Windows color (decimal): -3825367 or 2728389. OLE color: 2728389.

HSL color Cylindrical-coordinate representation of color #C5A129: hue angle of 46.15º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C5A129 is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 161 41 -
CMYK 0 0.18 0.79 0.23
HSL 46.15º 0.66% 0.47% -
HSV(B) 46.15º 0.79% 0.77% -
XYZ 36.17 37.52 7.43 -
YUV 158.08 61.93 155.76 -
System Red Green Blue C M Y K H S L
Decimal 197 161 41 0 0.18 0.79 0.23 46.15 0.66 0.47
Hex C5 A1 29 0 12 4F 17 2E 42 2F
Octal 305 241 51 0 22 117 27 56 102 57
Binary 11000101 10100001 101001 0 10010 1001111 10111 101110 1000010 101111

Color Harmonies of #C5A129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A129

Black with #C5A129

Text Example


Text Example

White with #C5A129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A129; }

 p { color: rgb(197,161,41); }

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

background-color css

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

 a { background-color: rgb(197,161,41); }

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

border-color css

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

 span { border-color: rgb(197,161,41); }

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