Html Css Color HEX #C39215 Buddha Gold

📋 copy color: '#C39215'

red 195 ◦ green 146 ◦ blue 21

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

Shades of Buddha Gold #C39215

Tints of Buddha Gold #C39215

RGB

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

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

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

R = 53.87%
G = 40.33%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C39215 (or 0xC39215) is known color: Buddha Gold. HEX triplet: C3, 92 and 15. RGB value is (195,146,21). Sum of RGB (Red+Green+Blue) = 195+146+21=362 (47% of max value = 765). Red value is 195 (76.56% from 255 or 53.87% from 362); Green value is 146 (57.42% from 255 or 40.33% from 362); Blue value is 21 (8.59% from 255 or 5.80% from 362); Max value from RGB is 195 - color contains mainly: red. Hex color #C39215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39215 is #3C6DEA. Grayscale: #929292. Windows color (decimal): -3960299 or 1413827. OLE color: 1413827.

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

Color convert

RGB 195 146 21 -
CMYK 0 0.25 0.89 0.24
HSL 43.1º 0.81% 0.42% -
HSV(B) 43.1º 0.89% 0.76% -
XYZ 32.92 32.21 5.19 -
YUV 146.4 57.23 162.66 -
System Red Green Blue C M Y K H S L
Decimal 195 146 21 0 0.25 0.89 0.24 43.1 0.81 0.42
Hex C3 92 15 0 19 59 18 2B 51 2A
Octal 303 222 25 0 31 131 30 53 121 52
Binary 11000011 10010010 10101 0 11001 1011001 11000 101011 1010001 101010

Color Harmonies of #C39215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39215

Black with #C39215

Text Example


Text Example

White with #C39215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39215; }

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

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

background-color css

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

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

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

border-color css

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

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

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