Html Css Color HEX #C3931A Buddha Gold

📋 copy color: '#C3931A'

red 195 ◦ green 147 ◦ blue 26

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

Shades of Buddha Gold #C3931A

Tints of Buddha Gold #C3931A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.07%

R = 52.99%
G = 39.95%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C3931A (or 0xC3931A) is known color: Buddha Gold. HEX triplet: C3, 93 and 1A. RGB value is (195,147,26). Sum of RGB (Red+Green+Blue) = 195+147+26=368 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.99% from 368); Green value is 147 (57.81% from 255 or 39.95% from 368); Blue value is 26 (10.55% from 255 or 7.07% from 368); Max value from RGB is 195 - color contains mainly: red. Hex color #C3931A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3931A is #3C6CE5. Grayscale: #949494. Windows color (decimal): -3960038 or 1741763. OLE color: 1741763.

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

Color convert

RGB 195 147 26 -
CMYK 0 0.25 0.87 0.24
HSL 42.96º 0.76% 0.43% -
HSV(B) 42.96º 0.87% 0.76% -
XYZ 33.13 32.54 5.51 -
YUV 147.56 59.4 161.84 -
System Red Green Blue C M Y K H S L
Decimal 195 147 26 0 0.25 0.87 0.24 42.96 0.76 0.43
Hex C3 93 1A 0 19 57 18 2B 4C 2B
Octal 303 223 32 0 31 127 30 53 114 53
Binary 11000011 10010011 11010 0 11001 1010111 11000 101011 1001100 101011

Color Harmonies of #C3931A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3931A

Black with #C3931A

Text Example


Text Example

White with #C3931A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3931A; }

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

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

background-color css

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

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

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

border-color css

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

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

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