Html Css Color HEX #C4A11F Buddha Gold

📋 copy color: '#C4A11F'

red 196 ◦ green 161 ◦ blue 31

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

Shades of Buddha Gold #C4A11F

Tints of Buddha Gold #C4A11F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 41.49%

 BLUE value IS 31 (12.5% from 255) = 7.99%

R = 50.52%
G = 41.49%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C4A11F (or 0xC4A11F) is known color: Buddha Gold. HEX triplet: C4, A1 and 1F. RGB value is (196,161,31). Sum of RGB (Red+Green+Blue) = 196+161+31=388 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.52% from 388); Green value is 161 (63.28% from 255 or 41.49% from 388); Blue value is 31 (12.5% from 255 or 7.99% from 388); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A11F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A11F is #3B5EE0. Grayscale: #9D9D9D. Windows color (decimal): -3890913 or 2073028. OLE color: 2073028.

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

Color convert

RGB 196 161 31 -
CMYK 0 0.18 0.84 0.23
HSL 47.27º 0.73% 0.45% -
HSV(B) 47.27º 0.84% 0.77% -
XYZ 35.76 37.32 6.62 -
YUV 156.65 57.1 156.07 -
System Red Green Blue C M Y K H S L
Decimal 196 161 31 0 0.18 0.84 0.23 47.27 0.73 0.45
Hex C4 A1 1F 0 12 54 17 2F 49 2D
Octal 304 241 37 0 22 124 27 57 111 55
Binary 11000100 10100001 11111 0 10010 1010100 10111 101111 1001001 101101

Color Harmonies of #C4A11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A11F

Black with #C4A11F

Text Example


Text Example

White with #C4A11F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A11F; }

 p { color: rgb(196,161,31); }

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

background-color css

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

 a { background-color: rgb(196,161,31); }

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

border-color css

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

 span { border-color: rgb(196,161,31); }

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