Html Css Color HEX #C09F11 Buddha Gold

📋 copy color: '#C09F11'

red 192 ◦ green 159 ◦ blue 17

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

Shades of Buddha Gold #C09F11

Tints of Buddha Gold #C09F11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.62%

R = 52.17%
G = 43.21%
B = 4.62%

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

#C09F11 (or 0xC09F11) is known color: Buddha Gold. HEX triplet: C0, 9F and 11. RGB value is (192,159,17). Sum of RGB (Red+Green+Blue) = 192+159+17=368 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.17% from 368); Green value is 159 (62.5% from 255 or 43.21% from 368); Blue value is 17 (7.03% from 255 or 4.62% from 368); Max value from RGB is 192 - color contains mainly: red. Hex color #C09F11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09F11 is #3F60EE. Grayscale: #999999. Windows color (decimal): -4153583 or 1155008. OLE color: 1155008.

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

Color convert

RGB 192 159 17 -
CMYK 0 0.17 0.91 0.25
HSL 48.69º 0.84% 0.41% -
HSV(B) 48.69º 0.91% 0.75% -
XYZ 34.24 36.04 5.68 -
YUV 152.68 51.43 156.05 -
System Red Green Blue C M Y K H S L
Decimal 192 159 17 0 0.17 0.91 0.25 48.69 0.84 0.41
Hex C0 9F 11 0 11 5B 19 31 54 29
Octal 300 237 21 0 21 133 31 61 124 51
Binary 11000000 10011111 10001 0 10001 1011011 11001 110001 1010100 101001

Color Harmonies of #C09F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09F11

Black with #C09F11

Text Example


Text Example

White with #C09F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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