Html Css Color HEX #C39210 Buddha Gold

📋 copy color: '#C39210'

red 195 ◦ green 146 ◦ blue 16

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

Shades of Buddha Gold #C39210

Tints of Buddha Gold #C39210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.48%

R = 54.62%
G = 40.9%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C39210 (or 0xC39210) is known color: Buddha Gold. HEX triplet: C3, 92 and 10. RGB value is (195,146,16). Sum of RGB (Red+Green+Blue) = 195+146+16=357 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.62% from 357); Green value is 146 (57.42% from 255 or 40.90% from 357); Blue value is 16 (6.64% from 255 or 4.48% from 357); Max value from RGB is 195 - color contains mainly: red. Hex color #C39210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39210 is #3C6DEF. Grayscale: #929292. Windows color (decimal): -3960304 or 1086147. OLE color: 1086147.

HSL color Cylindrical-coordinate representation of color #C39210: hue angle of 43.58º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C39210 is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 146 16 -
CMYK 0 0.25 0.92 0.24
HSL 43.58º 0.85% 0.41% -
HSV(B) 43.58º 0.92% 0.76% -
XYZ 32.88 32.2 4.97 -
YUV 145.83 54.73 163.07 -
System Red Green Blue C M Y K H S L
Decimal 195 146 16 0 0.25 0.92 0.24 43.58 0.85 0.41
Hex C3 92 10 0 19 5C 18 2C 55 29
Octal 303 222 20 0 31 134 30 54 125 51
Binary 11000011 10010010 10000 0 11001 1011100 11000 101100 1010101 101001

Color Harmonies of #C39210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39210

Black with #C39210

Text Example


Text Example

White with #C39210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39210; }

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

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

background-color css

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

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

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

border-color css

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

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

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