Html Css Color HEX #C09214 Buddha Gold

📋 copy color: '#C09214'

red 192 ◦ green 146 ◦ blue 20

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

Shades of Buddha Gold #C09214

Tints of Buddha Gold #C09214

RGB

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

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

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

R = 53.63%
G = 40.78%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C09214 (or 0xC09214) is known color: Buddha Gold. HEX triplet: C0, 92 and 14. RGB value is (192,146,20). Sum of RGB (Red+Green+Blue) = 192+146+20=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 146 (57.42% from 255 or 40.78% from 358); Blue value is 20 (8.20% from 255 or 5.59% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C09214 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09214 is #3F6DEB. Grayscale: #919191. Windows color (decimal): -4156908 or 1348288. OLE color: 1348288.

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

Color convert

RGB 192 146 20 -
CMYK 0 0.24 0.90 0.25
HSL 43.95º 0.81% 0.42% -
HSV(B) 43.95º 0.9% 0.75% -
XYZ 32.14 31.81 5.11 -
YUV 145.39 57.24 161.25 -
System Red Green Blue C M Y K H S L
Decimal 192 146 20 0 0.24 0.90 0.25 43.95 0.81 0.42
Hex C0 92 14 0 18 5A 19 2C 51 2A
Octal 300 222 24 0 30 132 31 54 121 52
Binary 11000000 10010010 10100 0 11000 1011010 11001 101100 1010001 101010

Color Harmonies of #C09214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09214

Black with #C09214

Text Example


Text Example

White with #C09214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09214; }

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

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

background-color css

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

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

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

border-color css

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

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

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