Html Css Color HEX #C5991A Buddha Gold

📋 copy color: '#C5991A'

red 197 ◦ green 153 ◦ blue 26

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

Shades of Buddha Gold #C5991A

Tints of Buddha Gold #C5991A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.69%

 BLUE value IS 26 (10.55% from 255) = 6.91%

R = 52.39%
G = 40.69%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C5991A (or 0xC5991A) is known color: Buddha Gold. HEX triplet: C5, 99 and 1A. RGB value is (197,153,26). Sum of RGB (Red+Green+Blue) = 197+153+26=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 153 (60.16% from 255 or 40.69% from 376); Blue value is 26 (10.55% from 255 or 6.91% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C5991A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5991A is #3A66E5. Grayscale: #989898. Windows color (decimal): -3827430 or 1743301. OLE color: 1743301.

HSL color Cylindrical-coordinate representation of color #C5991A: hue angle of 44.56º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C5991A is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 153 26 -
CMYK 0 0.22 0.87 0.23
HSL 44.56º 0.77% 0.44% -
HSV(B) 44.56º 0.87% 0.77% -
XYZ 34.6 34.73 5.86 -
YUV 151.68 57.08 160.33 -
System Red Green Blue C M Y K H S L
Decimal 197 153 26 0 0.22 0.87 0.23 44.56 0.77 0.44
Hex C5 99 1A 0 16 57 17 2D 4D 2C
Octal 305 231 32 0 26 127 27 55 115 54
Binary 11000101 10011001 11010 0 10110 1010111 10111 101101 1001101 101100

Color Harmonies of #C5991A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5991A

Black with #C5991A

Text Example


Text Example

White with #C5991A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5991A; }

 p { color: rgb(197,153,26); }

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

background-color css

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

 a { background-color: rgb(197,153,26); }

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

border-color css

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

 span { border-color: rgb(197,153,26); }

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