Html Css Color HEX #C39213 Buddha Gold

📋 copy color: '#C39213'

red 195 ◦ green 146 ◦ blue 19

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

Shades of Buddha Gold #C39213

Tints of Buddha Gold #C39213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.28%

R = 54.17%
G = 40.56%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C39213 (or 0xC39213) is known color: Buddha Gold. HEX triplet: C3, 92 and 13. RGB value is (195,146,19). Sum of RGB (Red+Green+Blue) = 195+146+19=360 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.17% from 360); Green value is 146 (57.42% from 255 or 40.56% from 360); Blue value is 19 (7.81% from 255 or 5.28% from 360); Max value from RGB is 195 - color contains mainly: red. Hex color #C39213 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39213 is #3C6DEC. Grayscale: #929292. Windows color (decimal): -3960301 or 1282755. OLE color: 1282755.

HSL color Cylindrical-coordinate representation of color #C39213: hue angle of 43.3º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C39213 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 146 19 -
CMYK 0 0.25 0.90 0.24
HSL 43.3º 0.82% 0.42% -
HSV(B) 43.3º 0.9% 0.76% -
XYZ 32.9 32.21 5.1 -
YUV 146.17 56.23 162.83 -
System Red Green Blue C M Y K H S L
Decimal 195 146 19 0 0.25 0.90 0.24 43.3 0.82 0.42
Hex C3 92 13 0 19 5A 18 2B 52 2A
Octal 303 222 23 0 31 132 30 53 122 52
Binary 11000011 10010010 10011 0 11001 1011010 11000 101011 1010010 101010

Color Harmonies of #C39213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39213

Black with #C39213

Text Example


Text Example

White with #C39213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39213; }

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

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

background-color css

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

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

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

border-color css

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

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

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