Html Css Color HEX #C5951A Buddha Gold

📋 copy color: '#C5951A'

red 197 ◦ green 149 ◦ blue 26

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

Shades of Buddha Gold #C5951A

Tints of Buddha Gold #C5951A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.05%

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

R = 52.96%
G = 40.05%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C5951A (or 0xC5951A) is known color: Buddha Gold. HEX triplet: C5, 95 and 1A. RGB value is (197,149,26). Sum of RGB (Red+Green+Blue) = 197+149+26=372 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.96% from 372); Green value is 149 (58.59% from 255 or 40.05% from 372); Blue value is 26 (10.55% from 255 or 6.99% from 372); Max value from RGB is 197 - color contains mainly: red. Hex color #C5951A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5951A is #3A6AE5. Grayscale: #959595. Windows color (decimal): -3828454 or 1742277. OLE color: 1742277.

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

Color convert

RGB 197 149 26 -
CMYK 0 0.24 0.87 0.23
HSL 43.16º 0.77% 0.44% -
HSV(B) 43.16º 0.87% 0.77% -
XYZ 33.96 33.44 5.64 -
YUV 149.33 58.4 162 -
System Red Green Blue C M Y K H S L
Decimal 197 149 26 0 0.24 0.87 0.23 43.16 0.77 0.44
Hex C5 95 1A 0 18 57 17 2B 4D 2C
Octal 305 225 32 0 30 127 27 53 115 54
Binary 11000101 10010101 11010 0 11000 1010111 10111 101011 1001101 101100

Color Harmonies of #C5951A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5951A

Black with #C5951A

Text Example


Text Example

White with #C5951A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5951A; }

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

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

background-color css

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

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

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

border-color css

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

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

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