Html Css Color HEX #C3961F Buddha Gold

📋 copy color: '#C3961F'

red 195 ◦ green 150 ◦ blue 31

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

Shades of Buddha Gold #C3961F

Tints of Buddha Gold #C3961F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.89%

 BLUE value IS 31 (12.5% from 255) = 8.24%

R = 51.86%
G = 39.89%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C3961F (or 0xC3961F) is known color: Buddha Gold. HEX triplet: C3, 96 and 1F. RGB value is (195,150,31). Sum of RGB (Red+Green+Blue) = 195+150+31=376 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.86% from 376); Green value is 150 (58.98% from 255 or 39.89% from 376); Blue value is 31 (12.5% from 255 or 8.24% from 376); Max value from RGB is 195 - color contains mainly: red. Hex color #C3961F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3961F is #3C69E0. Grayscale: #969696. Windows color (decimal): -3959265 or 2070211. OLE color: 2070211.

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

Color convert

RGB 195 150 31 -
CMYK 0 0.23 0.84 0.24
HSL 43.54º 0.73% 0.44% -
HSV(B) 43.54º 0.84% 0.76% -
XYZ 33.66 33.51 5.99 -
YUV 149.89 60.91 160.18 -
System Red Green Blue C M Y K H S L
Decimal 195 150 31 0 0.23 0.84 0.24 43.54 0.73 0.44
Hex C3 96 1F 0 17 54 18 2C 49 2C
Octal 303 226 37 0 27 124 30 54 111 54
Binary 11000011 10010110 11111 0 10111 1010100 11000 101100 1001001 101100

Color Harmonies of #C3961F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3961F

Black with #C3961F

Text Example


Text Example

White with #C3961F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3961F; }

 p { color: rgb(195,150,31); }

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

background-color css

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

 a { background-color: rgb(195,150,31); }

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

border-color css

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

 span { border-color: rgb(195,150,31); }

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