Html Css Color HEX #C4A320 Buddha Gold

📋 copy color: '#C4A320'

red 196 ◦ green 163 ◦ blue 32

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

Shades of Buddha Gold #C4A320

Tints of Buddha Gold #C4A320

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.69%

 BLUE value IS 32 (12.89% from 255) = 8.18%

R = 50.13%
G = 41.69%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C4A320 (or 0xC4A320) is known color: Buddha Gold. HEX triplet: C4, A3 and 20. RGB value is (196,163,32). Sum of RGB (Red+Green+Blue) = 196+163+32=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 163 (64.06% from 255 or 41.69% from 391); Blue value is 32 (12.89% from 255 or 8.18% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A320 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A320 is #3B5CDF. Grayscale: #9E9E9E. Windows color (decimal): -3890400 or 2139076. OLE color: 2139076.

HSL color Cylindrical-coordinate representation of color #C4A320: hue angle of 47.93º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C4A320 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 163 32 -
CMYK 0 0.17 0.84 0.23
HSL 47.93º 0.72% 0.45% -
HSV(B) 47.93º 0.84% 0.77% -
XYZ 36.12 38.03 6.8 -
YUV 157.93 56.93 155.15 -
System Red Green Blue C M Y K H S L
Decimal 196 163 32 0 0.17 0.84 0.23 47.93 0.72 0.45
Hex C4 A3 20 0 11 54 17 30 48 2D
Octal 304 243 40 0 21 124 27 60 110 55
Binary 11000100 10100011 100000 0 10001 1010100 10111 110000 1001000 101101

Color Harmonies of #C4A320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A320

Black with #C4A320

Text Example


Text Example

White with #C4A320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A320; }

 p { color: rgb(196,163,32); }

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

background-color css

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

 a { background-color: rgb(196,163,32); }

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

border-color css

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

 span { border-color: rgb(196,163,32); }

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