Html Css Color HEX #C09511 Buddha Gold

📋 copy color: '#C09511'

red 192 ◦ green 149 ◦ blue 17

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

Shades of Buddha Gold #C09511

Tints of Buddha Gold #C09511

RGB

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

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

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

R = 53.63%
G = 41.62%
B = 4.75%

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

#C09511 (or 0xC09511) is known color: Buddha Gold. HEX triplet: C0, 95 and 11. RGB value is (192,149,17). Sum of RGB (Red+Green+Blue) = 192+149+17=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 149 (58.59% from 255 or 41.62% from 358); Blue value is 17 (7.03% from 255 or 4.75% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C09511 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09511 is #3F6AEE. Grayscale: #939393. Windows color (decimal): -4156143 or 1152448. OLE color: 1152448.

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

Color convert

RGB 192 149 17 -
CMYK 0 0.22 0.91 0.25
HSL 45.26º 0.84% 0.41% -
HSV(B) 45.26º 0.91% 0.75% -
XYZ 32.59 32.74 5.13 -
YUV 146.81 54.75 160.23 -
System Red Green Blue C M Y K H S L
Decimal 192 149 17 0 0.22 0.91 0.25 45.26 0.84 0.41
Hex C0 95 11 0 16 5B 19 2D 54 29
Octal 300 225 21 0 26 133 31 55 124 51
Binary 11000000 10010101 10001 0 10110 1011011 11001 101101 1010100 101001

Color Harmonies of #C09511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09511

Black with #C09511

Text Example


Text Example

White with #C09511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09511; }

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

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

background-color css

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

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

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

border-color css

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

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

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