Html Css Color HEX #C1A330 Sahara

📋 copy color: '#C1A330'

red 193 ◦ green 163 ◦ blue 48

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

Shades of Sahara #C1A330

Tints of Sahara #C1A330

RGB

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

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

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

R = 47.77%
G = 40.35%
B = 11.88%

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

#C1A330 (or 0xC1A330) is known color: Sahara. HEX triplet: C1, A3 and 30. RGB value is (193,163,48). Sum of RGB (Red+Green+Blue) = 193+163+48=404 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.77% from 404); Green value is 163 (64.06% from 255 or 40.35% from 404); Blue value is 48 (19.14% from 255 or 11.88% from 404); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A330 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A330 is #3E5CCF. Grayscale: #9F9F9F. Windows color (decimal): -4086992 or 3187649. OLE color: 3187649.

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

Color convert

RGB 193 163 48 -
CMYK 0 0.16 0.75 0.24
HSL 47.59º 0.6% 0.47% -
HSV(B) 47.59º 0.75% 0.76% -
XYZ 35.62 37.75 8.2 -
YUV 158.86 65.44 152.35 -
System Red Green Blue C M Y K H S L
Decimal 193 163 48 0 0.16 0.75 0.24 47.59 0.6 0.47
Hex C1 A3 30 0 10 4B 18 30 3C 2F
Octal 301 243 60 0 20 113 30 60 74 57
Binary 11000001 10100011 110000 0 10000 1001011 11000 110000 111100 101111

Color Harmonies of #C1A330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A330

Black with #C1A330

Text Example


Text Example

White with #C1A330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A330; }

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

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

background-color css

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

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

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

border-color css

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

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

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