Html Css Color HEX #C1A130 Sahara

📋 copy color: '#C1A130'

red 193 ◦ green 161 ◦ blue 48

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

Shades of Sahara #C1A130

Tints of Sahara #C1A130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.94%

R = 48.01%
G = 40.05%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C1A130 (or 0xC1A130) is known color: Sahara. HEX triplet: C1, A1 and 30. RGB value is (193,161,48). Sum of RGB (Red+Green+Blue) = 193+161+48=402 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.01% from 402); Green value is 161 (63.28% from 255 or 40.05% from 402); Blue value is 48 (19.14% from 255 or 11.94% from 402); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A130 is #3E5ECF. Grayscale: #9E9E9E. Windows color (decimal): -4087504 or 3187137. OLE color: 3187137.

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

Color convert

RGB 193 161 48 -
CMYK 0 0.17 0.75 0.24
HSL 46.76º 0.6% 0.47% -
HSV(B) 46.76º 0.75% 0.76% -
XYZ 35.27 37.04 8.09 -
YUV 157.69 66.1 153.19 -
System Red Green Blue C M Y K H S L
Decimal 193 161 48 0 0.17 0.75 0.24 46.76 0.6 0.47
Hex C1 A1 30 0 11 4B 18 2F 3C 2F
Octal 301 241 60 0 21 113 30 57 74 57
Binary 11000001 10100001 110000 0 10001 1001011 11000 101111 111100 101111

Color Harmonies of #C1A130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A130

Black with #C1A130

Text Example


Text Example

White with #C1A130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A130; }

 p { color: rgb(193,161,48); }

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

background-color css

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

 a { background-color: rgb(193,161,48); }

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

border-color css

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

 span { border-color: rgb(193,161,48); }

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