Html Css Color HEX #C8AC10 Buddha Gold

📋 copy color: '#C8AC10'

red 200 ◦ green 172 ◦ blue 16

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

Shades of Buddha Gold #C8AC10

Tints of Buddha Gold #C8AC10

RGB

 RED value IS 200 (78.52% from 255) = 51.55%

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

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

R = 51.55%
G = 44.33%
B = 4.12%

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

#C8AC10 (or 0xC8AC10) is known color: Buddha Gold. HEX triplet: C8, AC and 10. RGB value is (200,172,16). Sum of RGB (Red+Green+Blue) = 200+172+16=388 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.55% from 388); Green value is 172 (67.58% from 255 or 44.33% from 388); Blue value is 16 (6.64% from 255 or 4.12% from 388); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AC10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8AC10 is #3753EF. Grayscale: #A3A3A3. Windows color (decimal): -3625968 or 1092808. OLE color: 1092808.

HSL color Cylindrical-coordinate representation of color #C8AC10: hue angle of 50.87º 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 #C8AC10 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 172 16 -
CMYK 0 0.14 0.92 0.22
HSL 50.87º 0.85% 0.42% -
HSV(B) 50.87º 0.92% 0.78% -
XYZ 38.67 41.82 6.52 -
YUV 162.59 45.28 154.68 -
System Red Green Blue C M Y K H S L
Decimal 200 172 16 0 0.14 0.92 0.22 50.87 0.85 0.42
Hex C8 AC 10 0 E 5C 16 33 55 2A
Octal 310 254 20 0 16 134 26 63 125 52
Binary 11001000 10101100 10000 0 1110 1011100 10110 110011 1010101 101010

Color Harmonies of #C8AC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AC10

Black with #C8AC10

Text Example


Text Example

White with #C8AC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AC10; }

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

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

background-color css

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

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

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

border-color css

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

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

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