Html Css Color HEX #C3A431 Sahara

📋 copy color: '#C3A431'

red 195 ◦ green 164 ◦ blue 49

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

Shades of Sahara #C3A431

Tints of Sahara #C3A431

RGB

 RED value IS 195 (76.56% from 255) = 47.79%

 GREEN value IS 164 (64.45% from 255) = 40.2%

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

R = 47.79%
G = 40.2%
B = 12.01%

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

#C3A431 (or 0xC3A431) is known color: Sahara. HEX triplet: C3, A4 and 31. RGB value is (195,164,49). Sum of RGB (Red+Green+Blue) = 195+164+49=408 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.79% from 408); Green value is 164 (64.45% from 255 or 40.20% from 408); Blue value is 49 (19.53% from 255 or 12.01% from 408); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A431 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A431 is #3C5BCE. Grayscale: #A0A0A0. Windows color (decimal): -3955663 or 3253443. OLE color: 3253443.

HSL color Cylindrical-coordinate representation of color #C3A431: hue angle of 47.26º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C3A431 is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 164 49 -
CMYK 0 0.16 0.75 0.24
HSL 47.26º 0.6% 0.48% -
HSV(B) 47.26º 0.75% 0.76% -
XYZ 36.34 38.37 8.4 -
YUV 160.16 65.27 152.85 -
System Red Green Blue C M Y K H S L
Decimal 195 164 49 0 0.16 0.75 0.24 47.26 0.6 0.48
Hex C3 A4 31 0 10 4B 18 2F 3C 30
Octal 303 244 61 0 20 113 30 57 74 60
Binary 11000011 10100100 110001 0 10000 1001011 11000 101111 111100 110000

Color Harmonies of #C3A431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A431

Black with #C3A431

Text Example


Text Example

White with #C3A431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A431; }

 p { color: rgb(195,164,49); }

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

background-color css

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

 a { background-color: rgb(195,164,49); }

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

border-color css

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

 span { border-color: rgb(195,164,49); }

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