Html Css Color HEX #C4A604 Buddha Gold

📋 copy color: '#C4A604'

red 196 ◦ green 166 ◦ blue 4

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

Shades of Buddha Gold #C4A604

Tints of Buddha Gold #C4A604

RGB

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

 GREEN value IS 166 (65.23% from 255) = 45.36%

 BLUE value IS 4 (1.95% from 255) = 1.09%

R = 53.55%
G = 45.36%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C4A604 (or 0xC4A604) is known color: Buddha Gold. HEX triplet: C4, A6 and 04. RGB value is (196,166,4). Sum of RGB (Red+Green+Blue) = 196+166+4=366 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.55% from 366); Green value is 166 (65.23% from 255 or 45.36% from 366); Blue value is 4 (1.95% from 255 or 1.09% from 366); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A604 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4A604 is #3B59FB. Grayscale: #9D9D9D. Windows color (decimal): -3889660 or 304836. OLE color: 304836.

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

Color convert

RGB 196 166 4 -
CMYK 0 0.15 0.98 0.23
HSL 50.63º 0.96% 0.39% -
HSV(B) 50.63º 0.98% 0.77% -
XYZ 36.42 39.02 5.73 -
YUV 156.5 41.94 156.17 -
System Red Green Blue C M Y K H S L
Decimal 196 166 4 0 0.15 0.98 0.23 50.63 0.96 0.39
Hex C4 A6 4 0 F 62 17 33 60 27
Octal 304 246 4 0 17 142 27 63 140 47
Binary 11000100 10100110 100 0 1111 1100010 10111 110011 1100000 100111

Color Harmonies of #C4A604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A604

Black with #C4A604

Text Example


Text Example

White with #C4A604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A604; }

 p { color: rgb(196,166,4); }

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

background-color css

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

 a { background-color: rgb(196,166,4); }

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

border-color css

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

 span { border-color: rgb(196,166,4); }

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