Html Css Color HEX #C59C1A Buddha Gold

📋 copy color: '#C59C1A'

red 197 ◦ green 156 ◦ blue 26

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

Shades of Buddha Gold #C59C1A

Tints of Buddha Gold #C59C1A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.16%

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

R = 51.98%
G = 41.16%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C59C1A (or 0xC59C1A) is known color: Buddha Gold. HEX triplet: C5, 9C and 1A. RGB value is (197,156,26). Sum of RGB (Red+Green+Blue) = 197+156+26=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 156 (61.33% from 255 or 41.16% from 379); Blue value is 26 (10.55% from 255 or 6.86% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C59C1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59C1A is #3A63E5. Grayscale: #9A9A9A. Windows color (decimal): -3826662 or 1744069. OLE color: 1744069.

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

Color convert

RGB 197 156 26 -
CMYK 0 0.21 0.87 0.23
HSL 45.61º 0.77% 0.44% -
HSV(B) 45.61º 0.87% 0.77% -
XYZ 35.1 35.72 6.02 -
YUV 153.44 56.08 159.07 -
System Red Green Blue C M Y K H S L
Decimal 197 156 26 0 0.21 0.87 0.23 45.61 0.77 0.44
Hex C5 9C 1A 0 15 57 17 2E 4D 2C
Octal 305 234 32 0 25 127 27 56 115 54
Binary 11000101 10011100 11010 0 10101 1010111 10111 101110 1001101 101100

Color Harmonies of #C59C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59C1A

Black with #C59C1A

Text Example


Text Example

White with #C59C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59C1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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