Html Css Color HEX #C4A812 Buddha Gold

📋 copy color: '#C4A812'

red 196 ◦ green 168 ◦ blue 18

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

Shades of Buddha Gold #C4A812

Tints of Buddha Gold #C4A812

RGB

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

 GREEN value IS 168 (66.02% from 255) = 43.98%

 BLUE value IS 18 (7.42% from 255) = 4.71%

R = 51.31%
G = 43.98%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C4A812 (or 0xC4A812) is known color: Buddha Gold. HEX triplet: C4, A8 and 12. RGB value is (196,168,18). Sum of RGB (Red+Green+Blue) = 196+168+18=382 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.31% from 382); Green value is 168 (66.02% from 255 or 43.98% from 382); Blue value is 18 (7.42% from 255 or 4.71% from 382); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A812 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4A812 is #3B57ED. Grayscale: #9F9F9F. Windows color (decimal): -3889134 or 1222852. OLE color: 1222852.

HSL color Cylindrical-coordinate representation of color #C4A812: hue angle of 50.56º degrees, saturation: 0.83, 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 #C4A812 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 168 18 -
CMYK 0 0.14 0.91 0.23
HSL 50.56º 0.83% 0.42% -
HSV(B) 50.56º 0.91% 0.77% -
XYZ 36.88 39.78 6.31 -
YUV 159.27 48.28 154.2 -
System Red Green Blue C M Y K H S L
Decimal 196 168 18 0 0.14 0.91 0.23 50.56 0.83 0.42
Hex C4 A8 12 0 E 5B 17 33 53 2A
Octal 304 250 22 0 16 133 27 63 123 52
Binary 11000100 10101000 10010 0 1110 1011011 10111 110011 1010011 101010

Color Harmonies of #C4A812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A812

Black with #C4A812

Text Example


Text Example

White with #C4A812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A812; }

 p { color: rgb(196,168,18); }

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

background-color css

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

 a { background-color: rgb(196,168,18); }

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

border-color css

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

 span { border-color: rgb(196,168,18); }

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