Html Css Color HEX #C5A12E Sahara

📋 copy color: '#C5A12E'

red 197 ◦ green 161 ◦ blue 46

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

Shades of Sahara #C5A12E

Tints of Sahara #C5A12E

RGB

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

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

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

R = 48.76%
G = 39.85%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C5A12E (or 0xC5A12E) is known color: Sahara. HEX triplet: C5, A1 and 2E. RGB value is (197,161,46). Sum of RGB (Red+Green+Blue) = 197+161+46=404 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.76% from 404); Green value is 161 (63.28% from 255 or 39.85% from 404); Blue value is 46 (18.36% from 255 or 11.39% from 404); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A12E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A12E is #3A5ED1. Grayscale: #9F9F9F. Windows color (decimal): -3825362 or 3056069. OLE color: 3056069.

HSL color Cylindrical-coordinate representation of color #C5A12E: hue angle of 45.7º 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 #C5A12E is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 161 46 -
CMYK 0 0.18 0.77 0.23
HSL 45.7º 0.62% 0.48% -
HSV(B) 45.7º 0.77% 0.77% -
XYZ 36.26 37.56 7.92 -
YUV 158.65 64.43 155.35 -
System Red Green Blue C M Y K H S L
Decimal 197 161 46 0 0.18 0.77 0.23 45.7 0.62 0.48
Hex C5 A1 2E 0 12 4D 17 2E 3E 30
Octal 305 241 56 0 22 115 27 56 76 60
Binary 11000101 10100001 101110 0 10010 1001101 10111 101110 111110 110000

Color Harmonies of #C5A12E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A12E

Black with #C5A12E

Text Example


Text Example

White with #C5A12E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A12E; }

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

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

background-color css

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

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

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

border-color css

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

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

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