Html Css Color HEX #C59C0E Buddha Gold

📋 copy color: '#C59C0E'

red 197 ◦ green 156 ◦ blue 14

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

Shades of Buddha Gold #C59C0E

Tints of Buddha Gold #C59C0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.81%

R = 53.68%
G = 42.51%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C59C0E (or 0xC59C0E) is known color: Buddha Gold. HEX triplet: C5, 9C and 0E. RGB value is (197,156,14). Sum of RGB (Red+Green+Blue) = 197+156+14=367 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.68% from 367); Green value is 156 (61.33% from 255 or 42.51% from 367); Blue value is 14 (5.86% from 255 or 3.81% from 367); Max value from RGB is 197 - color contains mainly: red. Hex color #C59C0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59C0E is #3A63F1. Grayscale: #989898. Windows color (decimal): -3826674 or 957637. OLE color: 957637.

HSL color Cylindrical-coordinate representation of color #C59C0E: hue angle of 46.56º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C59C0E is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 156 14 -
CMYK 0 0.21 0.93 0.23
HSL 46.56º 0.87% 0.41% -
HSV(B) 46.56º 0.93% 0.77% -
XYZ 34.99 35.68 5.46 -
YUV 152.07 50.08 160.05 -
System Red Green Blue C M Y K H S L
Decimal 197 156 14 0 0.21 0.93 0.23 46.56 0.87 0.41
Hex C5 9C E 0 15 5D 17 2F 57 29
Octal 305 234 16 0 25 135 27 57 127 51
Binary 11000101 10011100 1110 0 10101 1011101 10111 101111 1010111 101001

Color Harmonies of #C59C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59C0E

Black with #C59C0E

Text Example


Text Example

White with #C59C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59C0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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