Html Css Color HEX #C3940E Buddha Gold

📋 copy color: '#C3940E'

red 195 ◦ green 148 ◦ blue 14

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

Shades of Buddha Gold #C3940E

Tints of Buddha Gold #C3940E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.46%

 BLUE value IS 14 (5.86% from 255) = 3.92%

R = 54.62%
G = 41.46%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C3940E (or 0xC3940E) is known color: Buddha Gold. HEX triplet: C3, 94 and 0E. RGB value is (195,148,14). Sum of RGB (Red+Green+Blue) = 195+148+14=357 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.62% from 357); Green value is 148 (58.20% from 255 or 41.46% from 357); Blue value is 14 (5.86% from 255 or 3.92% from 357); Max value from RGB is 195 - color contains mainly: red. Hex color #C3940E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3940E is #3C6BF1. Grayscale: #939393. Windows color (decimal): -3959794 or 955587. OLE color: 955587.

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

Color convert

RGB 195 148 14 -
CMYK 0 0.24 0.93 0.24
HSL 44.42º 0.87% 0.41% -
HSV(B) 44.42º 0.93% 0.76% -
XYZ 33.17 32.81 5 -
YUV 146.78 53.07 162.4 -
System Red Green Blue C M Y K H S L
Decimal 195 148 14 0 0.24 0.93 0.24 44.42 0.87 0.41
Hex C3 94 E 0 18 5D 18 2C 57 29
Octal 303 224 16 0 30 135 30 54 127 51
Binary 11000011 10010100 1110 0 11000 1011101 11000 101100 1010111 101001

Color Harmonies of #C3940E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3940E

Black with #C3940E

Text Example


Text Example

White with #C3940E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3940E; }

 p { color: rgb(195,148,14); }

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

background-color css

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

 a { background-color: rgb(195,148,14); }

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

border-color css

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

 span { border-color: rgb(195,148,14); }

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