Html Css Color HEX #C39E10 Buddha Gold

📋 copy color: '#C39E10'

red 195 ◦ green 158 ◦ blue 16

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

Shades of Buddha Gold #C39E10

Tints of Buddha Gold #C39E10

RGB

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

 GREEN value IS 158 (62.11% from 255) = 42.82%

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

R = 52.85%
G = 42.82%
B = 4.34%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C39E10 (or 0xC39E10) is known color: Buddha Gold. HEX triplet: C3, 9E and 10. RGB value is (195,158,16). Sum of RGB (Red+Green+Blue) = 195+158+16=369 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.85% from 369); Green value is 158 (62.11% from 255 or 42.82% from 369); Blue value is 16 (6.64% from 255 or 4.34% from 369); Max value from RGB is 195 - color contains mainly: red. Hex color #C39E10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39E10 is #3C61EF. Grayscale: #999999. Windows color (decimal): -3957232 or 1089219. OLE color: 1089219.

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

Color convert

RGB 195 158 16 -
CMYK 0 0.19 0.92 0.24
HSL 47.6º 0.85% 0.41% -
HSV(B) 47.6º 0.92% 0.76% -
XYZ 34.83 36.09 5.62 -
YUV 152.88 50.76 158.05 -
System Red Green Blue C M Y K H S L
Decimal 195 158 16 0 0.19 0.92 0.24 47.6 0.85 0.41
Hex C3 9E 10 0 13 5C 18 30 55 29
Octal 303 236 20 0 23 134 30 60 125 51
Binary 11000011 10011110 10000 0 10011 1011100 11000 110000 1010101 101001

Color Harmonies of #C39E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39E10

Black with #C39E10

Text Example


Text Example

White with #C39E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39E10; }

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

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

background-color css

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

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

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

border-color css

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

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

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