Html Css Color HEX #C39610 Buddha Gold

📋 copy color: '#C39610'

red 195 ◦ green 150 ◦ blue 16

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

Shades of Buddha Gold #C39610

Tints of Buddha Gold #C39610

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.55%

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

R = 54.02%
G = 41.55%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C39610 (or 0xC39610) is known color: Buddha Gold. HEX triplet: C3, 96 and 10. RGB value is (195,150,16). Sum of RGB (Red+Green+Blue) = 195+150+16=361 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.02% from 361); Green value is 150 (58.98% from 255 or 41.55% from 361); Blue value is 16 (6.64% from 255 or 4.43% from 361); Max value from RGB is 195 - color contains mainly: red. Hex color #C39610 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39610 is #3C69EF. Grayscale: #949494. Windows color (decimal): -3959280 or 1087171. OLE color: 1087171.

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

Color convert

RGB 195 150 16 -
CMYK 0 0.23 0.92 0.24
HSL 44.92º 0.85% 0.41% -
HSV(B) 44.92º 0.92% 0.76% -
XYZ 33.51 33.45 5.18 -
YUV 148.18 53.41 161.4 -
System Red Green Blue C M Y K H S L
Decimal 195 150 16 0 0.23 0.92 0.24 44.92 0.85 0.41
Hex C3 96 10 0 17 5C 18 2D 55 29
Octal 303 226 20 0 27 134 30 55 125 51
Binary 11000011 10010110 10000 0 10111 1011100 11000 101101 1010101 101001

Color Harmonies of #C39610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39610

Black with #C39610

Text Example


Text Example

White with #C39610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39610; }

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

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

background-color css

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

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

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

border-color css

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

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

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