Html Css Color HEX #C09520 Buddha Gold

📋 copy color: '#C09520'

red 192 ◦ green 149 ◦ blue 32

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

Shades of Buddha Gold #C09520

Tints of Buddha Gold #C09520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.58%

R = 51.47%
G = 39.95%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#C09520 (or 0xC09520) is known color: Buddha Gold. HEX triplet: C0, 95 and 20. RGB value is (192,149,32). Sum of RGB (Red+Green+Blue) = 192+149+32=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 149 (58.59% from 255 or 39.95% from 373); Blue value is 32 (12.89% from 255 or 8.58% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C09520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09520 is #3F6ADF. Grayscale: #959595. Windows color (decimal): -4156128 or 2135488. OLE color: 2135488.

HSL color Cylindrical-coordinate representation of color #C09520: hue angle of 43.88º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C09520 is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 149 32 -
CMYK 0 0.22 0.83 0.25
HSL 43.88º 0.71% 0.44% -
HSV(B) 43.88º 0.83% 0.75% -
XYZ 32.75 32.81 5.97 -
YUV 148.52 62.25 159.01 -
System Red Green Blue C M Y K H S L
Decimal 192 149 32 0 0.22 0.83 0.25 43.88 0.71 0.44
Hex C0 95 20 0 16 53 19 2C 47 2C
Octal 300 225 40 0 26 123 31 54 107 54
Binary 11000000 10010101 100000 0 10110 1010011 11001 101100 1000111 101100

Color Harmonies of #C09520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09520

Black with #C09520

Text Example


Text Example

White with #C09520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09520; }

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

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

background-color css

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

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

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

border-color css

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

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

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