Html Css Color HEX #C09611 Buddha Gold

📋 copy color: '#C09611'

red 192 ◦ green 150 ◦ blue 17

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

Shades of Buddha Gold #C09611

Tints of Buddha Gold #C09611

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.78%

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

R = 53.48%
G = 41.78%
B = 4.74%

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

#C09611 (or 0xC09611) is known color: Buddha Gold. HEX triplet: C0, 96 and 11. RGB value is (192,150,17). Sum of RGB (Red+Green+Blue) = 192+150+17=359 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.48% from 359); Green value is 150 (58.98% from 255 or 41.78% from 359); Blue value is 17 (7.03% from 255 or 4.74% from 359); Max value from RGB is 192 - color contains mainly: red. Hex color #C09611 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09611 is #3F69EE. Grayscale: #939393. Windows color (decimal): -4155887 or 1152704. OLE color: 1152704.

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

Color convert

RGB 192 150 17 -
CMYK 0 0.22 0.91 0.25
HSL 45.6º 0.84% 0.41% -
HSV(B) 45.6º 0.91% 0.75% -
XYZ 32.75 33.06 5.19 -
YUV 147.4 54.41 159.81 -
System Red Green Blue C M Y K H S L
Decimal 192 150 17 0 0.22 0.91 0.25 45.6 0.84 0.41
Hex C0 96 11 0 16 5B 19 2E 54 29
Octal 300 226 21 0 26 133 31 56 124 51
Binary 11000000 10010110 10001 0 10110 1011011 11001 101110 1010100 101001

Color Harmonies of #C09611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09611

Black with #C09611

Text Example


Text Example

White with #C09611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09611; }

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

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

background-color css

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

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

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

border-color css

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

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

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