Html Css Color HEX #C4981A Buddha Gold

📋 copy color: '#C4981A'

red 196 ◦ green 152 ◦ blue 26

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

Shades of Buddha Gold #C4981A

Tints of Buddha Gold #C4981A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.64%

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

R = 52.41%
G = 40.64%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C4981A (or 0xC4981A) is known color: Buddha Gold. HEX triplet: C4, 98 and 1A. RGB value is (196,152,26). Sum of RGB (Red+Green+Blue) = 196+152+26=374 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.41% from 374); Green value is 152 (59.77% from 255 or 40.64% from 374); Blue value is 26 (10.55% from 255 or 6.95% from 374); Max value from RGB is 196 - color contains mainly: red. Hex color #C4981A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4981A is #3B67E5. Grayscale: #979797. Windows color (decimal): -3893222 or 1743044. OLE color: 1743044.

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

Color convert

RGB 196 152 26 -
CMYK 0 0.22 0.87 0.23
HSL 44.47º 0.77% 0.44% -
HSV(B) 44.47º 0.87% 0.77% -
XYZ 34.18 34.27 5.79 -
YUV 150.79 57.58 160.25 -
System Red Green Blue C M Y K H S L
Decimal 196 152 26 0 0.22 0.87 0.23 44.47 0.77 0.44
Hex C4 98 1A 0 16 57 17 2C 4D 2C
Octal 304 230 32 0 26 127 27 54 115 54
Binary 11000100 10011000 11010 0 10110 1010111 10111 101100 1001101 101100

Color Harmonies of #C4981A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4981A

Black with #C4981A

Text Example


Text Example

White with #C4981A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4981A; }

 p { color: rgb(196,152,26); }

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

background-color css

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

 a { background-color: rgb(196,152,26); }

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

border-color css

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

 span { border-color: rgb(196,152,26); }

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