Html Css Color HEX #C3901A Buddha Gold

📋 copy color: '#C3901A'

red 195 ◦ green 144 ◦ blue 26

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

Shades of Buddha Gold #C3901A

Tints of Buddha Gold #C3901A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.45%

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

R = 53.42%
G = 39.45%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C3901A (or 0xC3901A) is known color: Buddha Gold. HEX triplet: C3, 90 and 1A. RGB value is (195,144,26). Sum of RGB (Red+Green+Blue) = 195+144+26=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 144 (56.64% from 255 or 39.45% from 365); Blue value is 26 (10.55% from 255 or 7.12% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C3901A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3901A is #3C6FE5. Grayscale: #929292. Windows color (decimal): -3960806 or 1740995. OLE color: 1740995.

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

Color convert

RGB 195 144 26 -
CMYK 0 0.26 0.87 0.24
HSL 41.89º 0.76% 0.43% -
HSV(B) 41.89º 0.87% 0.76% -
XYZ 32.67 31.62 5.36 -
YUV 145.8 60.4 163.09 -
System Red Green Blue C M Y K H S L
Decimal 195 144 26 0 0.26 0.87 0.24 41.89 0.76 0.43
Hex C3 90 1A 0 1A 57 18 2A 4C 2B
Octal 303 220 32 0 32 127 30 52 114 53
Binary 11000011 10010000 11010 0 11010 1010111 11000 101010 1001100 101011

Color Harmonies of #C3901A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3901A

Black with #C3901A

Text Example


Text Example

White with #C3901A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3901A; }

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

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

background-color css

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

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

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

border-color css

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

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

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