Html Css Color HEX #C39112 Buddha Gold

📋 copy color: '#C39112'

red 195 ◦ green 145 ◦ blue 18

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

Shades of Buddha Gold #C39112

Tints of Buddha Gold #C39112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.03%

R = 54.47%
G = 40.5%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C39112 (or 0xC39112) is known color: Buddha Gold. HEX triplet: C3, 91 and 12. RGB value is (195,145,18). Sum of RGB (Red+Green+Blue) = 195+145+18=358 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.47% from 358); Green value is 145 (57.03% from 255 or 40.50% from 358); Blue value is 18 (7.42% from 255 or 5.03% from 358); Max value from RGB is 195 - color contains mainly: red. Hex color #C39112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39112 is #3C6EED. Grayscale: #929292. Windows color (decimal): -3960558 or 1216963. OLE color: 1216963.

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

Color convert

RGB 195 145 18 -
CMYK 0 0.26 0.91 0.24
HSL 43.05º 0.83% 0.42% -
HSV(B) 43.05º 0.91% 0.76% -
XYZ 32.74 31.9 5 -
YUV 145.47 56.07 163.33 -
System Red Green Blue C M Y K H S L
Decimal 195 145 18 0 0.26 0.91 0.24 43.05 0.83 0.42
Hex C3 91 12 0 1A 5B 18 2B 53 2A
Octal 303 221 22 0 32 133 30 53 123 52
Binary 11000011 10010001 10010 0 11010 1011011 11000 101011 1010011 101010

Color Harmonies of #C39112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39112

Black with #C39112

Text Example


Text Example

White with #C39112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39112; }

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

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

background-color css

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

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

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

border-color css

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

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

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