Html Css Color HEX #C4A006 Buddha Gold

📋 copy color: '#C4A006'

red 196 ◦ green 160 ◦ blue 6

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

Shades of Buddha Gold #C4A006

Tints of Buddha Gold #C4A006

RGB

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

 GREEN value IS 160 (62.89% from 255) = 44.2%

 BLUE value IS 6 (2.73% from 255) = 1.66%

R = 54.14%
G = 44.2%
B = 1.66%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C4A006 (or 0xC4A006) is known color: Buddha Gold. HEX triplet: C4, A0 and 06. RGB value is (196,160,6). Sum of RGB (Red+Green+Blue) = 196+160+6=362 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.14% from 362); Green value is 160 (62.89% from 255 or 44.20% from 362); Blue value is 6 (2.73% from 255 or 1.66% from 362); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A006 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4A006 is #3B5FF9. Grayscale: #999999. Windows color (decimal): -3891194 or 434372. OLE color: 434372.

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

Color convert

RGB 196 160 6 -
CMYK 0 0.18 0.97 0.23
HSL 48.63º 0.94% 0.4% -
HSV(B) 48.63º 0.97% 0.77% -
XYZ 35.37 36.89 5.43 -
YUV 153.21 44.93 158.52 -
System Red Green Blue C M Y K H S L
Decimal 196 160 6 0 0.18 0.97 0.23 48.63 0.94 0.4
Hex C4 A0 6 0 12 61 17 31 5E 28
Octal 304 240 6 0 22 141 27 61 136 50
Binary 11000100 10100000 110 0 10010 1100001 10111 110001 1011110 101000

Color Harmonies of #C4A006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A006

Black with #C4A006

Text Example


Text Example

White with #C4A006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A006; }

 p { color: rgb(196,160,6); }

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

background-color css

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

 a { background-color: rgb(196,160,6); }

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

border-color css

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

 span { border-color: rgb(196,160,6); }

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