Html Css Color HEX #C09316 Buddha Gold

📋 copy color: '#C09316'

red 192 ◦ green 147 ◦ blue 22

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

Shades of Buddha Gold #C09316

Tints of Buddha Gold #C09316

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.72%

 BLUE value IS 22 (8.98% from 255) = 6.09%

R = 53.19%
G = 40.72%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C09316 (or 0xC09316) is known color: Buddha Gold. HEX triplet: C0, 93 and 16. RGB value is (192,147,22). Sum of RGB (Red+Green+Blue) = 192+147+22=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 147 (57.81% from 255 or 40.72% from 361); Blue value is 22 (8.98% from 255 or 6.09% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C09316 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09316 is #3F6CE9. Grayscale: #929292. Windows color (decimal): -4156650 or 1479616. OLE color: 1479616.

HSL color Cylindrical-coordinate representation of color #C09316: hue angle of 44.12º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C09316 is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 147 22 -
CMYK 0 0.23 0.89 0.25
HSL 44.12º 0.79% 0.42% -
HSV(B) 44.12º 0.89% 0.75% -
XYZ 32.32 32.13 5.26 -
YUV 146.21 57.91 160.66 -
System Red Green Blue C M Y K H S L
Decimal 192 147 22 0 0.23 0.89 0.25 44.12 0.79 0.42
Hex C0 93 16 0 17 59 19 2C 4F 2A
Octal 300 223 26 0 27 131 31 54 117 52
Binary 11000000 10010011 10110 0 10111 1011001 11001 101100 1001111 101010

Color Harmonies of #C09316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09316

Black with #C09316

Text Example


Text Example

White with #C09316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09316; }

 p { color: rgb(192,147,22); }

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

background-color css

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

 a { background-color: rgb(192,147,22); }

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

border-color css

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

 span { border-color: rgb(192,147,22); }

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