Html Css Color HEX #C39E15 Buddha Gold

📋 copy color: '#C39E15'

red 195 ◦ green 158 ◦ blue 21

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

Shades of Buddha Gold #C39E15

Tints of Buddha Gold #C39E15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.61%

R = 52.14%
G = 42.25%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C39E15 (or 0xC39E15) is known color: Buddha Gold. HEX triplet: C3, 9E and 15. RGB value is (195,158,21). Sum of RGB (Red+Green+Blue) = 195+158+21=374 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.14% from 374); Green value is 158 (62.11% from 255 or 42.25% from 374); Blue value is 21 (8.59% from 255 or 5.61% from 374); Max value from RGB is 195 - color contains mainly: red. Hex color #C39E15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39E15 is #3C61EA. Grayscale: #9A9A9A. Windows color (decimal): -3957227 or 1416899. OLE color: 1416899.

HSL color Cylindrical-coordinate representation of color #C39E15: hue angle of 47.24º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C39E15 is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 158 21 -
CMYK 0 0.19 0.89 0.24
HSL 47.24º 0.81% 0.42% -
HSV(B) 47.24º 0.89% 0.76% -
XYZ 34.87 36.11 5.84 -
YUV 153.45 53.26 157.64 -
System Red Green Blue C M Y K H S L
Decimal 195 158 21 0 0.19 0.89 0.24 47.24 0.81 0.42
Hex C3 9E 15 0 13 59 18 2F 51 2A
Octal 303 236 25 0 23 131 30 57 121 52
Binary 11000011 10011110 10101 0 10011 1011001 11000 101111 1010001 101010

Color Harmonies of #C39E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39E15

Black with #C39E15

Text Example


Text Example

White with #C39E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39E15; }

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

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

background-color css

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

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

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

border-color css

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

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

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