Html Css Color HEX #C09912 Buddha Gold

📋 copy color: '#C09912'

red 192 ◦ green 153 ◦ blue 18

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

Shades of Buddha Gold #C09912

Tints of Buddha Gold #C09912

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.15%

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

R = 52.89%
G = 42.15%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C09912 (or 0xC09912) is known color: Buddha Gold. HEX triplet: C0, 99 and 12. RGB value is (192,153,18). Sum of RGB (Red+Green+Blue) = 192+153+18=363 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.89% from 363); Green value is 153 (60.16% from 255 or 42.15% from 363); Blue value is 18 (7.42% from 255 or 4.96% from 363); Max value from RGB is 192 - color contains mainly: red. Hex color #C09912 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09912 is #3F66ED. Grayscale: #959595. Windows color (decimal): -4155118 or 1219008. OLE color: 1219008.

HSL color Cylindrical-coordinate representation of color #C09912: hue angle of 46.55º 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 #C09912 is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 153 18 -
CMYK 0 0.20 0.91 0.25
HSL 46.55º 0.83% 0.41% -
HSV(B) 46.55º 0.91% 0.75% -
XYZ 33.24 34.03 5.39 -
YUV 149.27 53.92 158.48 -
System Red Green Blue C M Y K H S L
Decimal 192 153 18 0 0.20 0.91 0.25 46.55 0.83 0.41
Hex C0 99 12 0 14 5B 19 2F 53 29
Octal 300 231 22 0 24 133 31 57 123 51
Binary 11000000 10011001 10010 0 10100 1011011 11001 101111 1010011 101001

Color Harmonies of #C09912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09912

Black with #C09912

Text Example


Text Example

White with #C09912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09912; }

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

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

background-color css

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

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

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

border-color css

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

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

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