Html Css Color HEX #C5A228 Sahara

📋 copy color: '#C5A228'

red 197 ◦ green 162 ◦ blue 40

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

Shades of Sahara #C5A228

Tints of Sahara #C5A228

RGB

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

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

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

R = 49.37%
G = 40.6%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C5A228 (or 0xC5A228) is known color: Sahara. HEX triplet: C5, A2 and 28. RGB value is (197,162,40). Sum of RGB (Red+Green+Blue) = 197+162+40=399 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.37% from 399); Green value is 162 (63.67% from 255 or 40.60% from 399); Blue value is 40 (16.02% from 255 or 10.03% from 399); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A228 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A228 is #3A5DD7. Grayscale: #9F9F9F. Windows color (decimal): -3825112 or 2663109. OLE color: 2663109.

HSL color Cylindrical-coordinate representation of color #C5A228: hue angle of 46.62º 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 #C5A228 is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 162 40 -
CMYK 0 0.18 0.80 0.23
HSL 46.62º 0.66% 0.46% -
HSV(B) 46.62º 0.8% 0.77% -
XYZ 36.33 37.86 7.4 -
YUV 158.56 61.1 155.42 -
System Red Green Blue C M Y K H S L
Decimal 197 162 40 0 0.18 0.80 0.23 46.62 0.66 0.46
Hex C5 A2 28 0 12 50 17 2F 42 2E
Octal 305 242 50 0 22 120 27 57 102 56
Binary 11000101 10100010 101000 0 10010 1010000 10111 101111 1000010 101110

Color Harmonies of #C5A228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A228

Black with #C5A228

Text Example


Text Example

White with #C5A228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A228; }

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

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

background-color css

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

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

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

border-color css

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

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

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