Html Css Color HEX #C09514 Buddha Gold

📋 copy color: '#C09514'

red 192 ◦ green 149 ◦ blue 20

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

Shades of Buddha Gold #C09514

Tints of Buddha Gold #C09514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.54%

R = 53.19%
G = 41.27%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C09514 (or 0xC09514) is known color: Buddha Gold. HEX triplet: C0, 95 and 14. RGB value is (192,149,20). Sum of RGB (Red+Green+Blue) = 192+149+20=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 149 (58.59% from 255 or 41.27% from 361); Blue value is 20 (8.20% from 255 or 5.54% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C09514 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09514 is #3F6AEB. Grayscale: #939393. Windows color (decimal): -4156140 or 1349056. OLE color: 1349056.

HSL color Cylindrical-coordinate representation of color #C09514: hue angle of 45º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C09514 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 149 20 -
CMYK 0 0.22 0.90 0.25
HSL 45º 0.81% 0.42% -
HSV(B) 45º 0.9% 0.75% -
XYZ 32.61 32.75 5.26 -
YUV 147.15 56.25 159.99 -
System Red Green Blue C M Y K H S L
Decimal 192 149 20 0 0.22 0.90 0.25 45 0.81 0.42
Hex C0 95 14 0 16 5A 19 2D 51 2A
Octal 300 225 24 0 26 132 31 55 121 52
Binary 11000000 10010101 10100 0 10110 1011010 11001 101101 1010001 101010

Color Harmonies of #C09514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09514

Black with #C09514

Text Example


Text Example

White with #C09514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09514; }

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

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

background-color css

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

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

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

border-color css

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

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

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