Html Css Color HEX #C5971A Buddha Gold

📋 copy color: '#C5971A'

red 197 ◦ green 151 ◦ blue 26

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

Shades of Buddha Gold #C5971A

Tints of Buddha Gold #C5971A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.37%

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

R = 52.67%
G = 40.37%
B = 6.95%

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

#C5971A (or 0xC5971A) is known color: Buddha Gold. HEX triplet: C5, 97 and 1A. RGB value is (197,151,26). Sum of RGB (Red+Green+Blue) = 197+151+26=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 151 (59.38% from 255 or 40.37% from 374); Blue value is 26 (10.55% from 255 or 6.95% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C5971A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5971A is #3A68E5. Grayscale: #979797. Windows color (decimal): -3827942 or 1742789. OLE color: 1742789.

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

Color convert

RGB 197 151 26 -
CMYK 0 0.23 0.87 0.23
HSL 43.86º 0.77% 0.44% -
HSV(B) 43.86º 0.87% 0.77% -
XYZ 34.28 34.08 5.75 -
YUV 150.5 57.74 161.16 -
System Red Green Blue C M Y K H S L
Decimal 197 151 26 0 0.23 0.87 0.23 43.86 0.77 0.44
Hex C5 97 1A 0 17 57 17 2C 4D 2C
Octal 305 227 32 0 27 127 27 54 115 54
Binary 11000101 10010111 11010 0 10111 1010111 10111 101100 1001101 101100

Color Harmonies of #C5971A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5971A

Black with #C5971A

Text Example


Text Example

White with #C5971A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5971A; }

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

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

background-color css

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

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

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

border-color css

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

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

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