Html Css Color HEX #C39115 Buddha Gold

📋 copy color: '#C39115'

red 195 ◦ green 145 ◦ blue 21

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

Shades of Buddha Gold #C39115

Tints of Buddha Gold #C39115

RGB

 RED value IS 195 (76.56% from 255) = 54.02%

 GREEN value IS 145 (57.03% from 255) = 40.17%

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

R = 54.02%
G = 40.17%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C39115 (or 0xC39115) is known color: Buddha Gold. HEX triplet: C3, 91 and 15. RGB value is (195,145,21). Sum of RGB (Red+Green+Blue) = 195+145+21=361 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.02% from 361); Green value is 145 (57.03% from 255 or 40.17% from 361); Blue value is 21 (8.59% from 255 or 5.82% from 361); Max value from RGB is 195 - color contains mainly: red. Hex color #C39115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39115 is #3C6EEA. Grayscale: #929292. Windows color (decimal): -3960555 or 1413571. OLE color: 1413571.

HSL color Cylindrical-coordinate representation of color #C39115: hue angle of 42.76º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C39115 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 145 21 -
CMYK 0 0.26 0.89 0.24
HSL 42.76º 0.81% 0.42% -
HSV(B) 42.76º 0.89% 0.76% -
XYZ 32.77 31.91 5.14 -
YUV 145.81 57.57 163.08 -
System Red Green Blue C M Y K H S L
Decimal 195 145 21 0 0.26 0.89 0.24 42.76 0.81 0.42
Hex C3 91 15 0 1A 59 18 2B 51 2A
Octal 303 221 25 0 32 131 30 53 121 52
Binary 11000011 10010001 10101 0 11010 1011001 11000 101011 1010001 101010

Color Harmonies of #C39115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39115

Black with #C39115

Text Example


Text Example

White with #C39115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39115; }

 p { color: rgb(195,145,21); }

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

background-color css

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

 a { background-color: rgb(195,145,21); }

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

border-color css

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

 span { border-color: rgb(195,145,21); }

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