Html Css Color HEX #C59716 Buddha Gold

📋 copy color: '#C59716'

red 197 ◦ green 151 ◦ blue 22

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

Shades of Buddha Gold #C59716

Tints of Buddha Gold #C59716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.95%

R = 53.24%
G = 40.81%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C59716 (or 0xC59716) is known color: Buddha Gold. HEX triplet: C5, 97 and 16. RGB value is (197,151,22). Sum of RGB (Red+Green+Blue) = 197+151+22=370 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.24% from 370); Green value is 151 (59.38% from 255 or 40.81% from 370); Blue value is 22 (8.98% from 255 or 5.95% from 370); Max value from RGB is 197 - color contains mainly: red. Hex color #C59716 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59716 is #3A68E9. Grayscale: #969696. Windows color (decimal): -3827946 or 1480645. OLE color: 1480645.

HSL color Cylindrical-coordinate representation of color #C59716: hue angle of 44.23º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C59716 is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 151 22 -
CMYK 0 0.23 0.89 0.23
HSL 44.23º 0.8% 0.43% -
HSV(B) 44.23º 0.89% 0.77% -
XYZ 34.24 34.06 5.53 -
YUV 150.05 55.74 161.49 -
System Red Green Blue C M Y K H S L
Decimal 197 151 22 0 0.23 0.89 0.23 44.23 0.8 0.43
Hex C5 97 16 0 17 59 17 2C 50 2B
Octal 305 227 26 0 27 131 27 54 120 53
Binary 11000101 10010111 10110 0 10111 1011001 10111 101100 1010000 101011

Color Harmonies of #C59716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59716

Black with #C59716

Text Example


Text Example

White with #C59716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59716; }

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

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

background-color css

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

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

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

border-color css

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

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

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