Html Css Color HEX #C1A230 Sahara

📋 copy color: '#C1A230'

red 193 ◦ green 162 ◦ blue 48

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

Shades of Sahara #C1A230

Tints of Sahara #C1A230

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.2%

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

R = 47.89%
G = 40.2%
B = 11.91%

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

#C1A230 (or 0xC1A230) is known color: Sahara. HEX triplet: C1, A2 and 30. RGB value is (193,162,48). Sum of RGB (Red+Green+Blue) = 193+162+48=403 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.89% from 403); Green value is 162 (63.67% from 255 or 40.20% from 403); Blue value is 48 (19.14% from 255 or 11.91% from 403); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A230 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A230 is #3E5DCF. Grayscale: #9E9E9E. Windows color (decimal): -4087248 or 3187393. OLE color: 3187393.

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

Color convert

RGB 193 162 48 -
CMYK 0 0.16 0.75 0.24
HSL 47.17º 0.6% 0.47% -
HSV(B) 47.17º 0.75% 0.76% -
XYZ 35.45 37.39 8.15 -
YUV 158.27 65.77 152.77 -
System Red Green Blue C M Y K H S L
Decimal 193 162 48 0 0.16 0.75 0.24 47.17 0.6 0.47
Hex C1 A2 30 0 10 4B 18 2F 3C 2F
Octal 301 242 60 0 20 113 30 57 74 57
Binary 11000001 10100010 110000 0 10000 1001011 11000 101111 111100 101111

Color Harmonies of #C1A230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A230

Black with #C1A230

Text Example


Text Example

White with #C1A230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A230; }

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

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

background-color css

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

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

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

border-color css

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

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

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