Html Css Color HEX #C09512 Buddha Gold

📋 copy color: '#C09512'

red 192 ◦ green 149 ◦ blue 18

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

Shades of Buddha Gold #C09512

Tints of Buddha Gold #C09512

RGB

 RED value IS 192 (75.39% from 255) = 53.48%

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

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

R = 53.48%
G = 41.5%
B = 5.01%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C09512 (or 0xC09512) is known color: Buddha Gold. HEX triplet: C0, 95 and 12. RGB value is (192,149,18). Sum of RGB (Red+Green+Blue) = 192+149+18=359 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.48% from 359); Green value is 149 (58.59% from 255 or 41.50% from 359); Blue value is 18 (7.42% from 255 or 5.01% from 359); Max value from RGB is 192 - color contains mainly: red. Hex color #C09512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09512 is #3F6AED. Grayscale: #939393. Windows color (decimal): -4156142 or 1217984. OLE color: 1217984.

HSL color Cylindrical-coordinate representation of color #C09512: hue angle of 45.17º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C09512 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 149 18 -
CMYK 0 0.22 0.91 0.25
HSL 45.17º 0.83% 0.41% -
HSV(B) 45.17º 0.91% 0.75% -
XYZ 32.59 32.75 5.17 -
YUV 146.92 55.25 160.15 -
System Red Green Blue C M Y K H S L
Decimal 192 149 18 0 0.22 0.91 0.25 45.17 0.83 0.41
Hex C0 95 12 0 16 5B 19 2D 53 29
Octal 300 225 22 0 26 133 31 55 123 51
Binary 11000000 10010101 10010 0 10110 1011011 11001 101101 1010011 101001

Color Harmonies of #C09512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09512

Black with #C09512

Text Example


Text Example

White with #C09512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09512; }

 p { color: rgb(192,149,18); }

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

background-color css

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

 a { background-color: rgb(192,149,18); }

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

border-color css

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

 span { border-color: rgb(192,149,18); }

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