Html Css Color HEX #C09211 Buddha Gold

📋 copy color: '#C09211'

red 192 ◦ green 146 ◦ blue 17

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

Shades of Buddha Gold #C09211

Tints of Buddha Gold #C09211

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.13%

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

R = 54.08%
G = 41.13%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C09211 (or 0xC09211) is known color: Buddha Gold. HEX triplet: C0, 92 and 11. RGB value is (192,146,17). Sum of RGB (Red+Green+Blue) = 192+146+17=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 146 (57.42% from 255 or 41.13% from 355); Blue value is 17 (7.03% from 255 or 4.79% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C09211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09211 is #3F6DEE. Grayscale: #919191. Windows color (decimal): -4156911 or 1151680. OLE color: 1151680.

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

Color convert

RGB 192 146 17 -
CMYK 0 0.24 0.91 0.25
HSL 44.23º 0.84% 0.41% -
HSV(B) 44.23º 0.91% 0.75% -
XYZ 32.12 31.8 4.98 -
YUV 145.05 55.74 161.49 -
System Red Green Blue C M Y K H S L
Decimal 192 146 17 0 0.24 0.91 0.25 44.23 0.84 0.41
Hex C0 92 11 0 18 5B 19 2C 54 29
Octal 300 222 21 0 30 133 31 54 124 51
Binary 11000000 10010010 10001 0 11000 1011011 11001 101100 1010100 101001

Color Harmonies of #C09211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09211

Black with #C09211

Text Example


Text Example

White with #C09211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09211; }

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

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

background-color css

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

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

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

border-color css

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

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

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