Html Css Color HEX #C4A805 Buddha Gold

📋 copy color: '#C4A805'

red 196 ◦ green 168 ◦ blue 5

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

Shades of Buddha Gold #C4A805

Tints of Buddha Gold #C4A805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.36%

R = 53.12%
G = 45.53%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C4A805 (or 0xC4A805) is known color: Buddha Gold. HEX triplet: C4, A8 and 05. RGB value is (196,168,5). Sum of RGB (Red+Green+Blue) = 196+168+5=369 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.12% from 369); Green value is 168 (66.02% from 255 or 45.53% from 369); Blue value is 5 (2.34% from 255 or 1.36% from 369); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A805 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4A805 is #3B57FA. Grayscale: #9E9E9E. Windows color (decimal): -3889147 or 370884. OLE color: 370884.

HSL color Cylindrical-coordinate representation of color #C4A805: hue angle of 51.2º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C4A805 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 168 5 -
CMYK 0 0.14 0.97 0.23
HSL 51.2º 0.95% 0.39% -
HSV(B) 51.2º 0.97% 0.77% -
XYZ 36.79 39.75 5.88 -
YUV 157.79 41.78 155.25 -
System Red Green Blue C M Y K H S L
Decimal 196 168 5 0 0.14 0.97 0.23 51.2 0.95 0.39
Hex C4 A8 5 0 E 61 17 33 5F 27
Octal 304 250 5 0 16 141 27 63 137 47
Binary 11000100 10101000 101 0 1110 1100001 10111 110011 1011111 100111

Color Harmonies of #C4A805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A805

Black with #C4A805

Text Example


Text Example

White with #C4A805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A805; }

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

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

background-color css

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

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

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

border-color css

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

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

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