Html Css Color HEX #C5941A Buddha Gold

📋 copy color: '#C5941A'

red 197 ◦ green 148 ◦ blue 26

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

Shades of Buddha Gold #C5941A

Tints of Buddha Gold #C5941A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.89%

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

R = 53.1%
G = 39.89%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C5941A (or 0xC5941A) is known color: Buddha Gold. HEX triplet: C5, 94 and 1A. RGB value is (197,148,26). Sum of RGB (Red+Green+Blue) = 197+148+26=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 26 (10.55% from 255 or 7.01% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C5941A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5941A is #3A6BE5. Grayscale: #959595. Windows color (decimal): -3828710 or 1742021. OLE color: 1742021.

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

Color convert

RGB 197 148 26 -
CMYK 0 0.25 0.87 0.23
HSL 42.81º 0.77% 0.44% -
HSV(B) 42.81º 0.87% 0.77% -
XYZ 33.8 33.12 5.59 -
YUV 148.74 58.73 162.42 -
System Red Green Blue C M Y K H S L
Decimal 197 148 26 0 0.25 0.87 0.23 42.81 0.77 0.44
Hex C5 94 1A 0 19 57 17 2B 4D 2C
Octal 305 224 32 0 31 127 27 53 115 54
Binary 11000101 10010100 11010 0 11001 1010111 10111 101011 1001101 101100

Color Harmonies of #C5941A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5941A

Black with #C5941A

Text Example


Text Example

White with #C5941A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5941A; }

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

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

background-color css

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

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

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

border-color css

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

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

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