Html Css Color HEX #C39118 Buddha Gold

📋 copy color: '#C39118'

red 195 ◦ green 145 ◦ blue 24

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

Shades of Buddha Gold #C39118

Tints of Buddha Gold #C39118

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.84%

 BLUE value IS 24 (9.77% from 255) = 6.59%

R = 53.57%
G = 39.84%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C39118 (or 0xC39118) is known color: Buddha Gold. HEX triplet: C3, 91 and 18. RGB value is (195,145,24). Sum of RGB (Red+Green+Blue) = 195+145+24=364 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.57% from 364); Green value is 145 (57.03% from 255 or 39.84% from 364); Blue value is 24 (9.77% from 255 or 6.59% from 364); Max value from RGB is 195 - color contains mainly: red. Hex color #C39118 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39118 is #3C6EE7. Grayscale: #929292. Windows color (decimal): -3960552 or 1610179. OLE color: 1610179.

HSL color Cylindrical-coordinate representation of color #C39118: hue angle of 42.46º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C39118 is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 145 24 -
CMYK 0 0.26 0.88 0.24
HSL 42.46º 0.78% 0.43% -
HSV(B) 42.46º 0.88% 0.76% -
XYZ 32.8 31.92 5.3 -
YUV 146.16 59.07 162.84 -
System Red Green Blue C M Y K H S L
Decimal 195 145 24 0 0.26 0.88 0.24 42.46 0.78 0.43
Hex C3 91 18 0 1A 58 18 2A 4E 2B
Octal 303 221 30 0 32 130 30 52 116 53
Binary 11000011 10010001 11000 0 11010 1011000 11000 101010 1001110 101011

Color Harmonies of #C39118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39118

Black with #C39118

Text Example


Text Example

White with #C39118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39118; }

 p { color: rgb(195,145,24); }

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

background-color css

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

 a { background-color: rgb(195,145,24); }

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

border-color css

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

 span { border-color: rgb(195,145,24); }

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