Html Css Color HEX #C39211 Buddha Gold

📋 copy color: '#C39211'

red 195 ◦ green 146 ◦ blue 17

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

Shades of Buddha Gold #C39211

Tints of Buddha Gold #C39211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.75%

R = 54.47%
G = 40.78%
B = 4.75%

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

#C39211 (or 0xC39211) is known color: Buddha Gold. HEX triplet: C3, 92 and 11. RGB value is (195,146,17). Sum of RGB (Red+Green+Blue) = 195+146+17=358 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.47% from 358); Green value is 146 (57.42% from 255 or 40.78% from 358); Blue value is 17 (7.03% from 255 or 4.75% from 358); Max value from RGB is 195 - color contains mainly: red. Hex color #C39211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39211 is #3C6DEE. Grayscale: #929292. Windows color (decimal): -3960303 or 1151683. OLE color: 1151683.

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

Color convert

RGB 195 146 17 -
CMYK 0 0.25 0.91 0.24
HSL 43.48º 0.84% 0.42% -
HSV(B) 43.48º 0.91% 0.76% -
XYZ 32.89 32.2 5.01 -
YUV 145.95 55.23 162.99 -
System Red Green Blue C M Y K H S L
Decimal 195 146 17 0 0.25 0.91 0.24 43.48 0.84 0.42
Hex C3 92 11 0 19 5B 18 2B 54 2A
Octal 303 222 21 0 31 133 30 53 124 52
Binary 11000011 10010010 10001 0 11001 1011011 11000 101011 1010100 101010

Color Harmonies of #C39211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39211

Black with #C39211

Text Example


Text Example

White with #C39211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39211; }

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

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

background-color css

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

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

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

border-color css

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

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

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