Html Css Color HEX #C7AC10 Buddha Gold

📋 copy color: '#C7AC10'

red 199 ◦ green 172 ◦ blue 16

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

Shades of Buddha Gold #C7AC10

Tints of Buddha Gold #C7AC10

RGB

 RED value IS 199 (78.13% from 255) = 51.42%

 GREEN value IS 172 (67.58% from 255) = 44.44%

 BLUE value IS 16 (6.64% from 255) = 4.13%

R = 51.42%
G = 44.44%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C7AC10 (or 0xC7AC10) is known color: Buddha Gold. HEX triplet: C7, AC and 10. RGB value is (199,172,16). Sum of RGB (Red+Green+Blue) = 199+172+16=387 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.42% from 387); Green value is 172 (67.58% from 255 or 44.44% from 387); Blue value is 16 (6.64% from 255 or 4.13% from 387); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AC10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7AC10 is #3853EF. Grayscale: #A2A2A2. Windows color (decimal): -3691504 or 1092807. OLE color: 1092807.

HSL color Cylindrical-coordinate representation of color #C7AC10: hue angle of 51.15º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C7AC10 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 172 16 -
CMYK 0 0.14 0.92 0.22
HSL 51.15º 0.85% 0.42% -
HSV(B) 51.15º 0.92% 0.78% -
XYZ 38.4 41.68 6.51 -
YUV 162.29 45.45 154.18 -
System Red Green Blue C M Y K H S L
Decimal 199 172 16 0 0.14 0.92 0.22 51.15 0.85 0.42
Hex C7 AC 10 0 E 5C 16 33 55 2A
Octal 307 254 20 0 16 134 26 63 125 52
Binary 11000111 10101100 10000 0 1110 1011100 10110 110011 1010101 101010

Color Harmonies of #C7AC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AC10

Black with #C7AC10

Text Example


Text Example

White with #C7AC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AC10; }

 p { color: rgb(199,172,16); }

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

background-color css

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

 a { background-color: rgb(199,172,16); }

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

border-color css

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

 span { border-color: rgb(199,172,16); }

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