Html Css Color HEX #C5981A Buddha Gold

📋 copy color: '#C5981A'

red 197 ◦ green 152 ◦ blue 26

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

Shades of Buddha Gold #C5981A

Tints of Buddha Gold #C5981A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.53%

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

R = 52.53%
G = 40.53%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C5981A (or 0xC5981A) is known color: Buddha Gold. HEX triplet: C5, 98 and 1A. RGB value is (197,152,26). Sum of RGB (Red+Green+Blue) = 197+152+26=375 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.53% from 375); Green value is 152 (59.77% from 255 or 40.53% from 375); Blue value is 26 (10.55% from 255 or 6.93% from 375); Max value from RGB is 197 - color contains mainly: red. Hex color #C5981A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5981A is #3A67E5. Grayscale: #979797. Windows color (decimal): -3827686 or 1743045. OLE color: 1743045.

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

Color convert

RGB 197 152 26 -
CMYK 0 0.23 0.87 0.23
HSL 44.21º 0.77% 0.44% -
HSV(B) 44.21º 0.87% 0.77% -
XYZ 34.44 34.4 5.8 -
YUV 151.09 57.41 160.75 -
System Red Green Blue C M Y K H S L
Decimal 197 152 26 0 0.23 0.87 0.23 44.21 0.77 0.44
Hex C5 98 1A 0 17 57 17 2C 4D 2C
Octal 305 230 32 0 27 127 27 54 115 54
Binary 11000101 10011000 11010 0 10111 1010111 10111 101100 1001101 101100

Color Harmonies of #C5981A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5981A

Black with #C5981A

Text Example


Text Example

White with #C5981A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5981A; }

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

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

background-color css

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

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

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

border-color css

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

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

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