Html Css Color HEX #C09513 Buddha Gold

📋 copy color: '#C09513'

red 192 ◦ green 149 ◦ blue 19

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

Shades of Buddha Gold #C09513

Tints of Buddha Gold #C09513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.28%

R = 53.33%
G = 41.39%
B = 5.28%

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

#C09513 (or 0xC09513) is known color: Buddha Gold. HEX triplet: C0, 95 and 13. RGB value is (192,149,19). Sum of RGB (Red+Green+Blue) = 192+149+19=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 149 (58.59% from 255 or 41.39% from 360); Blue value is 19 (7.81% from 255 or 5.28% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C09513 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09513 is #3F6AEC. Grayscale: #939393. Windows color (decimal): -4156141 or 1283520. OLE color: 1283520.

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

Color convert

RGB 192 149 19 -
CMYK 0 0.22 0.90 0.25
HSL 45.09º 0.82% 0.41% -
HSV(B) 45.09º 0.9% 0.75% -
XYZ 32.6 32.75 5.22 -
YUV 147.04 55.75 160.07 -
System Red Green Blue C M Y K H S L
Decimal 192 149 19 0 0.22 0.90 0.25 45.09 0.82 0.41
Hex C0 95 13 0 16 5A 19 2D 52 29
Octal 300 225 23 0 26 132 31 55 122 51
Binary 11000000 10010101 10011 0 10110 1011010 11001 101101 1010010 101001

Color Harmonies of #C09513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09513

Black with #C09513

Text Example


Text Example

White with #C09513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09513; }

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

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

background-color css

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

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

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

border-color css

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

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

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