Html Css Color HEX #C09F12 Buddha Gold

📋 copy color: '#C09F12'

red 192 ◦ green 159 ◦ blue 18

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

Shades of Buddha Gold #C09F12

Tints of Buddha Gold #C09F12

RGB

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

 GREEN value IS 159 (62.5% from 255) = 43.09%

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

R = 52.03%
G = 43.09%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C09F12 (or 0xC09F12) is known color: Buddha Gold. HEX triplet: C0, 9F and 12. RGB value is (192,159,18). Sum of RGB (Red+Green+Blue) = 192+159+18=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 159 (62.5% from 255 or 43.09% from 369); Blue value is 18 (7.42% from 255 or 4.88% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C09F12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09F12 is #3F60ED. Grayscale: #999999. Windows color (decimal): -4153582 or 1220544. OLE color: 1220544.

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

Color convert

RGB 192 159 18 -
CMYK 0 0.17 0.91 0.25
HSL 48.62º 0.83% 0.41% -
HSV(B) 48.62º 0.91% 0.75% -
XYZ 34.25 36.05 5.72 -
YUV 152.79 51.93 155.96 -
System Red Green Blue C M Y K H S L
Decimal 192 159 18 0 0.17 0.91 0.25 48.62 0.83 0.41
Hex C0 9F 12 0 11 5B 19 31 53 29
Octal 300 237 22 0 21 133 31 61 123 51
Binary 11000000 10011111 10010 0 10001 1011011 11001 110001 1010011 101001

Color Harmonies of #C09F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09F12

Black with #C09F12

Text Example


Text Example

White with #C09F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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