Html Css Color HEX #C4A61C Buddha Gold

📋 copy color: '#C4A61C'

red 196 ◦ green 166 ◦ blue 28

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

Shades of Buddha Gold #C4A61C

Tints of Buddha Gold #C4A61C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.18%

R = 50.26%
G = 42.56%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C4A61C (or 0xC4A61C) is known color: Buddha Gold. HEX triplet: C4, A6 and 1C. RGB value is (196,166,28). Sum of RGB (Red+Green+Blue) = 196+166+28=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 166 (65.23% from 255 or 42.56% from 390); Blue value is 28 (11.33% from 255 or 7.18% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A61C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A61C is #3B59E3. Grayscale: #9F9F9F. Windows color (decimal): -3889636 or 1877700. OLE color: 1877700.

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

Color convert

RGB 196 166 28 -
CMYK 0 0.15 0.86 0.23
HSL 49.29º 0.75% 0.44% -
HSV(B) 49.29º 0.86% 0.77% -
XYZ 36.61 39.09 6.71 -
YUV 159.24 53.94 154.22 -
System Red Green Blue C M Y K H S L
Decimal 196 166 28 0 0.15 0.86 0.23 49.29 0.75 0.44
Hex C4 A6 1C 0 F 56 17 31 4B 2C
Octal 304 246 34 0 17 126 27 61 113 54
Binary 11000100 10100110 11100 0 1111 1010110 10111 110001 1001011 101100

Color Harmonies of #C4A61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A61C

Black with #C4A61C

Text Example


Text Example

White with #C4A61C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A61C; }

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

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

background-color css

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

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

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

border-color css

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

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

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