Html Css Color HEX #C09F20 Buddha Gold

📋 copy color: '#C09F20'

red 192 ◦ green 159 ◦ blue 32

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

Shades of Buddha Gold #C09F20

Tints of Buddha Gold #C09F20

RGB

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

 GREEN value IS 159 (62.5% from 255) = 41.51%

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

R = 50.13%
G = 41.51%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#C09F20 (or 0xC09F20) is known color: Buddha Gold. HEX triplet: C0, 9F and 20. RGB value is (192,159,32). Sum of RGB (Red+Green+Blue) = 192+159+32=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 159 (62.5% from 255 or 41.51% from 383); Blue value is 32 (12.89% from 255 or 8.36% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C09F20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09F20 is #3F60DF. Grayscale: #9A9A9A. Windows color (decimal): -4153568 or 2138048. OLE color: 2138048.

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

Color convert

RGB 192 159 32 -
CMYK 0 0.17 0.83 0.25
HSL 47.63º 0.71% 0.44% -
HSV(B) 47.63º 0.83% 0.75% -
XYZ 34.4 36.11 6.52 -
YUV 154.39 58.93 154.83 -
System Red Green Blue C M Y K H S L
Decimal 192 159 32 0 0.17 0.83 0.25 47.63 0.71 0.44
Hex C0 9F 20 0 11 53 19 30 47 2C
Octal 300 237 40 0 21 123 31 60 107 54
Binary 11000000 10011111 100000 0 10001 1010011 11001 110000 1000111 101100

Color Harmonies of #C09F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09F20

Black with #C09F20

Text Example


Text Example

White with #C09F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09F20; }

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

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

background-color css

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

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

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

border-color css

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

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

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