Html Css Color HEX #C4940E Buddha Gold

📋 copy color: '#C4940E'

red 196 ◦ green 148 ◦ blue 14

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

Shades of Buddha Gold #C4940E

Tints of Buddha Gold #C4940E

RGB

 RED value IS 196 (76.95% from 255) = 54.75%

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

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

R = 54.75%
G = 41.34%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C4940E (or 0xC4940E) is known color: Buddha Gold. HEX triplet: C4, 94 and 0E. RGB value is (196,148,14). Sum of RGB (Red+Green+Blue) = 196+148+14=358 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.75% from 358); Green value is 148 (58.20% from 255 or 41.34% from 358); Blue value is 14 (5.86% from 255 or 3.91% from 358); Max value from RGB is 196 - color contains mainly: red. Hex color #C4940E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4940E is #3B6BF1. Grayscale: #939393. Windows color (decimal): -3894258 or 955588. OLE color: 955588.

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

Color convert

RGB 196 148 14 -
CMYK 0 0.24 0.93 0.23
HSL 44.18º 0.87% 0.41% -
HSV(B) 44.18º 0.93% 0.77% -
XYZ 33.43 32.95 5.01 -
YUV 147.08 52.9 162.9 -
System Red Green Blue C M Y K H S L
Decimal 196 148 14 0 0.24 0.93 0.23 44.18 0.87 0.41
Hex C4 94 E 0 18 5D 17 2C 57 29
Octal 304 224 16 0 30 135 27 54 127 51
Binary 11000100 10010100 1110 0 11000 1011101 10111 101100 1010111 101001

Color Harmonies of #C4940E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4940E

Black with #C4940E

Text Example


Text Example

White with #C4940E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4940E; }

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

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

background-color css

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

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

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

border-color css

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

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

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