Html Css Color HEX #C09318 Buddha Gold

📋 copy color: '#C09318'

red 192 ◦ green 147 ◦ blue 24

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

Shades of Buddha Gold #C09318

Tints of Buddha Gold #C09318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.61%

R = 52.89%
G = 40.5%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C09318 (or 0xC09318) is known color: Buddha Gold. HEX triplet: C0, 93 and 18. RGB value is (192,147,24). Sum of RGB (Red+Green+Blue) = 192+147+24=363 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.89% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 24 (9.77% from 255 or 6.61% from 363); Max value from RGB is 192 - color contains mainly: red. Hex color #C09318 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09318 is #3F6CE7. Grayscale: #929292. Windows color (decimal): -4156648 or 1610688. OLE color: 1610688.

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

Color convert

RGB 192 147 24 -
CMYK 0 0.23 0.88 0.25
HSL 43.93º 0.78% 0.42% -
HSV(B) 43.93º 0.88% 0.75% -
XYZ 32.34 32.14 5.36 -
YUV 146.43 58.91 160.5 -
System Red Green Blue C M Y K H S L
Decimal 192 147 24 0 0.23 0.88 0.25 43.93 0.78 0.42
Hex C0 93 18 0 17 58 19 2C 4E 2A
Octal 300 223 30 0 27 130 31 54 116 52
Binary 11000000 10010011 11000 0 10111 1011000 11001 101100 1001110 101010

Color Harmonies of #C09318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09318

Black with #C09318

Text Example


Text Example

White with #C09318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09318; }

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

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

background-color css

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

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

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

border-color css

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

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

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