Html Css Color HEX #C09E11 Buddha Gold

📋 copy color: '#C09E11'

red 192 ◦ green 158 ◦ blue 17

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

Shades of Buddha Gold #C09E11

Tints of Buddha Gold #C09E11

RGB

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

 GREEN value IS 158 (62.11% from 255) = 43.05%

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

R = 52.32%
G = 43.05%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C09E11 (or 0xC09E11) is known color: Buddha Gold. HEX triplet: C0, 9E and 11. RGB value is (192,158,17). Sum of RGB (Red+Green+Blue) = 192+158+17=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 158 (62.11% from 255 or 43.05% from 367); Blue value is 17 (7.03% from 255 or 4.63% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C09E11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09E11 is #3F61EE. Grayscale: #989898. Windows color (decimal): -4153839 or 1154752. OLE color: 1154752.

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

Color convert

RGB 192 158 17 -
CMYK 0 0.18 0.91 0.25
HSL 48.34º 0.84% 0.41% -
HSV(B) 48.34º 0.91% 0.75% -
XYZ 34.07 35.7 5.63 -
YUV 152.09 51.76 156.46 -
System Red Green Blue C M Y K H S L
Decimal 192 158 17 0 0.18 0.91 0.25 48.34 0.84 0.41
Hex C0 9E 11 0 12 5B 19 30 54 29
Octal 300 236 21 0 22 133 31 60 124 51
Binary 11000000 10011110 10001 0 10010 1011011 11001 110000 1010100 101001

Color Harmonies of #C09E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09E11

Black with #C09E11

Text Example


Text Example

White with #C09E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09E11; }

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

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

background-color css

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

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

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

border-color css

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

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

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