Html Css Color HEX #C59612 Buddha Gold

📋 copy color: '#C59612'

red 197 ◦ green 150 ◦ blue 18

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

Shades of Buddha Gold #C59612

Tints of Buddha Gold #C59612

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.1%

 BLUE value IS 18 (7.42% from 255) = 4.93%

R = 53.97%
G = 41.1%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C59612 (or 0xC59612) is known color: Buddha Gold. HEX triplet: C5, 96 and 12. RGB value is (197,150,18). Sum of RGB (Red+Green+Blue) = 197+150+18=365 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.97% from 365); Green value is 150 (58.98% from 255 or 41.10% from 365); Blue value is 18 (7.42% from 255 or 4.93% from 365); Max value from RGB is 197 - color contains mainly: red. Hex color #C59612 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59612 is #3A69ED. Grayscale: #959595. Windows color (decimal): -3828206 or 1218245. OLE color: 1218245.

HSL color Cylindrical-coordinate representation of color #C59612: hue angle of 44.25º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C59612 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 150 18 -
CMYK 0 0.24 0.91 0.23
HSL 44.25º 0.83% 0.42% -
HSV(B) 44.25º 0.91% 0.77% -
XYZ 34.04 33.73 5.29 -
YUV 149.01 54.07 162.23 -
System Red Green Blue C M Y K H S L
Decimal 197 150 18 0 0.24 0.91 0.23 44.25 0.83 0.42
Hex C5 96 12 0 18 5B 17 2C 53 2A
Octal 305 226 22 0 30 133 27 54 123 52
Binary 11000101 10010110 10010 0 11000 1011011 10111 101100 1010011 101010

Color Harmonies of #C59612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59612

Black with #C59612

Text Example


Text Example

White with #C59612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59612; }

 p { color: rgb(197,150,18); }

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

background-color css

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

 a { background-color: rgb(197,150,18); }

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

border-color css

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

 span { border-color: rgb(197,150,18); }

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