Html Css Color HEX #C3961A Buddha Gold

📋 copy color: '#C3961A'

red 195 ◦ green 150 ◦ blue 26

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

Shades of Buddha Gold #C3961A

Tints of Buddha Gold #C3961A

RGB

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

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

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

R = 52.56%
G = 40.43%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C3961A (or 0xC3961A) is known color: Buddha Gold. HEX triplet: C3, 96 and 1A. RGB value is (195,150,26). Sum of RGB (Red+Green+Blue) = 195+150+26=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 150 (58.98% from 255 or 40.43% from 371); Blue value is 26 (10.55% from 255 or 7.01% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C3961A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3961A is #3C69E5. Grayscale: #959595. Windows color (decimal): -3959270 or 1742531. OLE color: 1742531.

HSL color Cylindrical-coordinate representation of color #C3961A: hue angle of 44.02º 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 #C3961A is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 150 26 -
CMYK 0 0.23 0.87 0.24
HSL 44.02º 0.76% 0.43% -
HSV(B) 44.02º 0.87% 0.76% -
XYZ 33.6 33.49 5.67 -
YUV 149.32 58.41 160.58 -
System Red Green Blue C M Y K H S L
Decimal 195 150 26 0 0.23 0.87 0.24 44.02 0.76 0.43
Hex C3 96 1A 0 17 57 18 2C 4C 2B
Octal 303 226 32 0 27 127 30 54 114 53
Binary 11000011 10010110 11010 0 10111 1010111 11000 101100 1001100 101011

Color Harmonies of #C3961A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3961A

Black with #C3961A

Text Example


Text Example

White with #C3961A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3961A; }

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

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

background-color css

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

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

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

border-color css

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

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

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