Html Css Color HEX #C39212 Buddha Gold

📋 copy color: '#C39212'

red 195 ◦ green 146 ◦ blue 18

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

Shades of Buddha Gold #C39212

Tints of Buddha Gold #C39212

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.67%

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

R = 54.32%
G = 40.67%
B = 5.01%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C39212 (or 0xC39212) is known color: Buddha Gold. HEX triplet: C3, 92 and 12. RGB value is (195,146,18). Sum of RGB (Red+Green+Blue) = 195+146+18=359 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.32% from 359); Green value is 146 (57.42% from 255 or 40.67% from 359); Blue value is 18 (7.42% from 255 or 5.01% from 359); Max value from RGB is 195 - color contains mainly: red. Hex color #C39212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39212 is #3C6DED. Grayscale: #929292. Windows color (decimal): -3960302 or 1217219. OLE color: 1217219.

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

Color convert

RGB 195 146 18 -
CMYK 0 0.25 0.91 0.24
HSL 43.39º 0.83% 0.42% -
HSV(B) 43.39º 0.91% 0.76% -
XYZ 32.89 32.2 5.05 -
YUV 146.06 55.73 162.91 -
System Red Green Blue C M Y K H S L
Decimal 195 146 18 0 0.25 0.91 0.24 43.39 0.83 0.42
Hex C3 92 12 0 19 5B 18 2B 53 2A
Octal 303 222 22 0 31 133 30 53 123 52
Binary 11000011 10010010 10010 0 11001 1011011 11000 101011 1010011 101010

Color Harmonies of #C39212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39212

Black with #C39212

Text Example


Text Example

White with #C39212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39212; }

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

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

background-color css

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

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

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

border-color css

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

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

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