Html Css Color HEX #C4A211 Buddha Gold

📋 copy color: '#C4A211'

red 196 ◦ green 162 ◦ blue 17

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

Shades of Buddha Gold #C4A211

Tints of Buddha Gold #C4A211

RGB

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

 GREEN value IS 162 (63.67% from 255) = 43.2%

 BLUE value IS 17 (7.03% from 255) = 4.53%

R = 52.27%
G = 43.2%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C4A211 (or 0xC4A211) is known color: Buddha Gold. HEX triplet: C4, A2 and 11. RGB value is (196,162,17). Sum of RGB (Red+Green+Blue) = 196+162+17=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 162 (63.67% from 255 or 43.2% from 375); Blue value is 17 (7.03% from 255 or 4.53% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4A211 is #3B5DEE. Grayscale: #9C9C9C. Windows color (decimal): -3890671 or 1155780. OLE color: 1155780.

HSL color Cylindrical-coordinate representation of color #C4A211: hue angle of 48.6º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C4A211 is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 162 17 -
CMYK 0 0.17 0.91 0.23
HSL 48.6º 0.84% 0.42% -
HSV(B) 48.6º 0.91% 0.77% -
XYZ 35.79 37.62 5.9 -
YUV 155.64 49.76 156.79 -
System Red Green Blue C M Y K H S L
Decimal 196 162 17 0 0.17 0.91 0.23 48.6 0.84 0.42
Hex C4 A2 11 0 11 5B 17 31 54 2A
Octal 304 242 21 0 21 133 27 61 124 52
Binary 11000100 10100010 10001 0 10001 1011011 10111 110001 1010100 101010

Color Harmonies of #C4A211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A211

Black with #C4A211

Text Example


Text Example

White with #C4A211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A211; }

 p { color: rgb(196,162,17); }

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

background-color css

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

 a { background-color: rgb(196,162,17); }

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

border-color css

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

 span { border-color: rgb(196,162,17); }

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