Html Css Color HEX #C3931C Buddha Gold

📋 copy color: '#C3931C'

red 195 ◦ green 147 ◦ blue 28

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

Shades of Buddha Gold #C3931C

Tints of Buddha Gold #C3931C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.73%

 BLUE value IS 28 (11.33% from 255) = 7.57%

R = 52.7%
G = 39.73%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C3931C (or 0xC3931C) is known color: Buddha Gold. HEX triplet: C3, 93 and 1C. RGB value is (195,147,28). Sum of RGB (Red+Green+Blue) = 195+147+28=370 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.70% from 370); Green value is 147 (57.81% from 255 or 39.73% from 370); Blue value is 28 (11.33% from 255 or 7.57% from 370); Max value from RGB is 195 - color contains mainly: red. Hex color #C3931C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3931C is #3C6CE3. Grayscale: #949494. Windows color (decimal): -3960036 or 1872835. OLE color: 1872835.

HSL color Cylindrical-coordinate representation of color #C3931C: hue angle of 42.75º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C3931C is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 147 28 -
CMYK 0 0.25 0.86 0.24
HSL 42.75º 0.75% 0.44% -
HSV(B) 42.75º 0.86% 0.76% -
XYZ 33.15 32.55 5.63 -
YUV 147.79 60.4 161.68 -
System Red Green Blue C M Y K H S L
Decimal 195 147 28 0 0.25 0.86 0.24 42.75 0.75 0.44
Hex C3 93 1C 0 19 56 18 2B 4B 2C
Octal 303 223 34 0 31 126 30 53 113 54
Binary 11000011 10010011 11100 0 11001 1010110 11000 101011 1001011 101100

Color Harmonies of #C3931C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3931C

Black with #C3931C

Text Example


Text Example

White with #C3931C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3931C; }

 p { color: rgb(195,147,28); }

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

background-color css

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

 a { background-color: rgb(195,147,28); }

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

border-color css

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

 span { border-color: rgb(195,147,28); }

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