Html Css Color HEX #C1A331 Sahara

📋 copy color: '#C1A331'

red 193 ◦ green 163 ◦ blue 49

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

Shades of Sahara #C1A331

Tints of Sahara #C1A331

RGB

 RED value IS 193 (75.78% from 255) = 47.65%

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

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

R = 47.65%
G = 40.25%
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

#C1A331 (or 0xC1A331) is known color: Sahara. HEX triplet: C1, A3 and 31. RGB value is (193,163,49). Sum of RGB (Red+Green+Blue) = 193+163+49=405 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.65% from 405); Green value is 163 (64.06% from 255 or 40.25% from 405); Blue value is 49 (19.53% from 255 or 12.10% from 405); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A331 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A331 is #3E5CCE. Grayscale: #9F9F9F. Windows color (decimal): -4086991 or 3253185. OLE color: 3253185.

HSL color Cylindrical-coordinate representation of color #C1A331: hue angle of 47.5º 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 #C1A331 is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 163 49 -
CMYK 0 0.16 0.75 0.24
HSL 47.5º 0.6% 0.47% -
HSV(B) 47.5º 0.75% 0.76% -
XYZ 35.64 37.75 8.31 -
YUV 158.97 65.94 152.27 -
System Red Green Blue C M Y K H S L
Decimal 193 163 49 0 0.16 0.75 0.24 47.5 0.6 0.47
Hex C1 A3 31 0 10 4B 18 30 3C 2F
Octal 301 243 61 0 20 113 30 60 74 57
Binary 11000001 10100011 110001 0 10000 1001011 11000 110000 111100 101111

Color Harmonies of #C1A331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A331

Black with #C1A331

Text Example


Text Example

White with #C1A331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A331; }

 p { color: rgb(193,163,49); }

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

background-color css

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

 a { background-color: rgb(193,163,49); }

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

border-color css

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

 span { border-color: rgb(193,163,49); }

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