Html Css Color HEX #C8AA10 Buddha Gold

📋 copy color: '#C8AA10'

red 200 ◦ green 170 ◦ blue 16

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

Shades of Buddha Gold #C8AA10

Tints of Buddha Gold #C8AA10

RGB

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

 GREEN value IS 170 (66.8% from 255) = 44.04%

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

R = 51.81%
G = 44.04%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C8AA10 (or 0xC8AA10) is known color: Buddha Gold. HEX triplet: C8, AA and 10. RGB value is (200,170,16). Sum of RGB (Red+Green+Blue) = 200+170+16=386 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.81% from 386); Green value is 170 (66.80% from 255 or 44.04% from 386); Blue value is 16 (6.64% from 255 or 4.15% from 386); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AA10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8AA10 is #3755EF. Grayscale: #A2A2A2. Windows color (decimal): -3626480 or 1092296. OLE color: 1092296.

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

Color convert

RGB 200 170 16 -
CMYK 0 0.15 0.92 0.22
HSL 50.22º 0.85% 0.42% -
HSV(B) 50.22º 0.92% 0.78% -
XYZ 38.29 41.07 6.4 -
YUV 161.41 45.94 155.52 -
System Red Green Blue C M Y K H S L
Decimal 200 170 16 0 0.15 0.92 0.22 50.22 0.85 0.42
Hex C8 AA 10 0 F 5C 16 32 55 2A
Octal 310 252 20 0 17 134 26 62 125 52
Binary 11001000 10101010 10000 0 1111 1011100 10110 110010 1010101 101010

Color Harmonies of #C8AA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AA10

Black with #C8AA10

Text Example


Text Example

White with #C8AA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AA10; }

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

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

background-color css

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

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

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

border-color css

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

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

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