Html Css Color HEX #C39310 Buddha Gold

📋 copy color: '#C39310'

red 195 ◦ green 147 ◦ blue 16

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

Shades of Buddha Gold #C39310

Tints of Buddha Gold #C39310

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.06%

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

R = 54.47%
G = 41.06%
B = 4.47%

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

#C39310 (or 0xC39310) is known color: Buddha Gold. HEX triplet: C3, 93 and 10. RGB value is (195,147,16). Sum of RGB (Red+Green+Blue) = 195+147+16=358 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.47% from 358); Green value is 147 (57.81% from 255 or 41.06% from 358); Blue value is 16 (6.64% from 255 or 4.47% from 358); Max value from RGB is 195 - color contains mainly: red. Hex color #C39310 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39310 is #3C6CEF. Grayscale: #929292. Windows color (decimal): -3960048 or 1086403. OLE color: 1086403.

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

Color convert

RGB 195 147 16 -
CMYK 0 0.25 0.92 0.24
HSL 43.91º 0.85% 0.41% -
HSV(B) 43.91º 0.92% 0.76% -
XYZ 33.03 32.51 5.02 -
YUV 146.42 54.4 162.65 -
System Red Green Blue C M Y K H S L
Decimal 195 147 16 0 0.25 0.92 0.24 43.91 0.85 0.41
Hex C3 93 10 0 19 5C 18 2C 55 29
Octal 303 223 20 0 31 134 30 54 125 51
Binary 11000011 10010011 10000 0 11001 1011100 11000 101100 1010101 101001

Color Harmonies of #C39310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39310

Black with #C39310

Text Example


Text Example

White with #C39310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39310; }

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

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

background-color css

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

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

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

border-color css

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

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

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