Html Css Color HEX #C5A028 Sahara

📋 copy color: '#C5A028'

red 197 ◦ green 160 ◦ blue 40

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

Shades of Sahara #C5A028

Tints of Sahara #C5A028

RGB

 RED value IS 197 (77.34% from 255) = 49.62%

 GREEN value IS 160 (62.89% from 255) = 40.3%

 BLUE value IS 40 (16.02% from 255) = 10.08%

R = 49.62%
G = 40.3%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C5A028 (or 0xC5A028) is known color: Sahara. HEX triplet: C5, A0 and 28. RGB value is (197,160,40). Sum of RGB (Red+Green+Blue) = 197+160+40=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 160 (62.89% from 255 or 40.30% from 397); Blue value is 40 (16.02% from 255 or 10.08% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A028 is #3A5FD7. Grayscale: #9D9D9D. Windows color (decimal): -3825624 or 2662597. OLE color: 2662597.

HSL color Cylindrical-coordinate representation of color #C5A028: hue angle of 45.86º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C5A028 is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 160 40 -
CMYK 0 0.19 0.80 0.23
HSL 45.86º 0.66% 0.46% -
HSV(B) 45.86º 0.8% 0.77% -
XYZ 35.98 37.17 7.28 -
YUV 157.38 61.76 156.26 -
System Red Green Blue C M Y K H S L
Decimal 197 160 40 0 0.19 0.80 0.23 45.86 0.66 0.46
Hex C5 A0 28 0 13 50 17 2E 42 2E
Octal 305 240 50 0 23 120 27 56 102 56
Binary 11000101 10100000 101000 0 10011 1010000 10111 101110 1000010 101110

Color Harmonies of #C5A028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A028

Black with #C5A028

Text Example


Text Example

White with #C5A028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A028; }

 p { color: rgb(197,160,40); }

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

background-color css

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

 a { background-color: rgb(197,160,40); }

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

border-color css

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

 span { border-color: rgb(197,160,40); }

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