Html Css Color HEX #C39810 Buddha Gold

📋 copy color: '#C39810'

red 195 ◦ green 152 ◦ blue 16

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

Shades of Buddha Gold #C39810

Tints of Buddha Gold #C39810

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.87%

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

R = 53.72%
G = 41.87%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C39810 (or 0xC39810) is known color: Buddha Gold. HEX triplet: C3, 98 and 10. RGB value is (195,152,16). Sum of RGB (Red+Green+Blue) = 195+152+16=363 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.72% from 363); Green value is 152 (59.77% from 255 or 41.87% from 363); Blue value is 16 (6.64% from 255 or 4.41% from 363); Max value from RGB is 195 - color contains mainly: red. Hex color #C39810 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39810 is #3C67EF. Grayscale: #959595. Windows color (decimal): -3958768 or 1087683. OLE color: 1087683.

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

Color convert

RGB 195 152 16 -
CMYK 0 0.22 0.92 0.24
HSL 45.59º 0.85% 0.41% -
HSV(B) 45.59º 0.92% 0.76% -
XYZ 33.83 34.1 5.29 -
YUV 149.35 52.75 160.56 -
System Red Green Blue C M Y K H S L
Decimal 195 152 16 0 0.22 0.92 0.24 45.59 0.85 0.41
Hex C3 98 10 0 16 5C 18 2E 55 29
Octal 303 230 20 0 26 134 30 56 125 51
Binary 11000011 10011000 10000 0 10110 1011100 11000 101110 1010101 101001

Color Harmonies of #C39810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39810

Black with #C39810

Text Example


Text Example

White with #C39810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39810; }

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

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

background-color css

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

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

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

border-color css

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

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

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