Html Css Color HEX #C4A813 Buddha Gold

📋 copy color: '#C4A813'

red 196 ◦ green 168 ◦ blue 19

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

Shades of Buddha Gold #C4A813

Tints of Buddha Gold #C4A813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.96%

R = 51.17%
G = 43.86%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C4A813 (or 0xC4A813) is known color: Buddha Gold. HEX triplet: C4, A8 and 13. RGB value is (196,168,19). Sum of RGB (Red+Green+Blue) = 196+168+19=383 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.17% from 383); Green value is 168 (66.02% from 255 or 43.86% from 383); Blue value is 19 (7.81% from 255 or 4.96% from 383); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A813 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4A813 is #3B57EC. Grayscale: #A0A0A0. Windows color (decimal): -3889133 or 1288388. OLE color: 1288388.

HSL color Cylindrical-coordinate representation of color #C4A813: hue angle of 50.51º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C4A813 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 168 19 -
CMYK 0 0.14 0.90 0.23
HSL 50.51º 0.82% 0.42% -
HSV(B) 50.51º 0.9% 0.77% -
XYZ 36.89 39.79 6.35 -
YUV 159.39 48.78 154.12 -
System Red Green Blue C M Y K H S L
Decimal 196 168 19 0 0.14 0.90 0.23 50.51 0.82 0.42
Hex C4 A8 13 0 E 5A 17 33 52 2A
Octal 304 250 23 0 16 132 27 63 122 52
Binary 11000100 10101000 10011 0 1110 1011010 10111 110011 1010010 101010

Color Harmonies of #C4A813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A813

Black with #C4A813

Text Example


Text Example

White with #C4A813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A813; }

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

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

background-color css

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

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

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

border-color css

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

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

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