Html Css Color HEX #C09215 Buddha Gold

📋 copy color: '#C09215'

red 192 ◦ green 146 ◦ blue 21

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

Shades of Buddha Gold #C09215

Tints of Buddha Gold #C09215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.85%

R = 53.48%
G = 40.67%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C09215 (or 0xC09215) is known color: Buddha Gold. HEX triplet: C0, 92 and 15. RGB value is (192,146,21). Sum of RGB (Red+Green+Blue) = 192+146+21=359 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.48% from 359); Green value is 146 (57.42% from 255 or 40.67% from 359); Blue value is 21 (8.59% from 255 or 5.85% from 359); Max value from RGB is 192 - color contains mainly: red. Hex color #C09215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09215 is #3F6DEA. Grayscale: #929292. Windows color (decimal): -4156907 or 1413824. OLE color: 1413824.

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

Color convert

RGB 192 146 21 -
CMYK 0 0.24 0.89 0.25
HSL 43.86º 0.8% 0.42% -
HSV(B) 43.86º 0.89% 0.75% -
XYZ 32.15 31.82 5.16 -
YUV 145.5 57.74 161.16 -
System Red Green Blue C M Y K H S L
Decimal 192 146 21 0 0.24 0.89 0.25 43.86 0.8 0.42
Hex C0 92 15 0 18 59 19 2C 50 2A
Octal 300 222 25 0 30 131 31 54 120 52
Binary 11000000 10010010 10101 0 11000 1011001 11001 101100 1010000 101010

Color Harmonies of #C09215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09215

Black with #C09215

Text Example


Text Example

White with #C09215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09215; }

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

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

background-color css

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

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

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

border-color css

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

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

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