Html Css Color HEX #C8A010 Buddha Gold

📋 copy color: '#C8A010'

red 200 ◦ green 160 ◦ blue 16

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

Shades of Buddha Gold #C8A010

Tints of Buddha Gold #C8A010

RGB

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

 GREEN value IS 160 (62.89% from 255) = 42.55%

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

R = 53.19%
G = 42.55%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C8A010 (or 0xC8A010) is known color: Buddha Gold. HEX triplet: C8, A0 and 10. RGB value is (200,160,16). Sum of RGB (Red+Green+Blue) = 200+160+16=376 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.19% from 376); Green value is 160 (62.89% from 255 or 42.55% from 376); Blue value is 16 (6.64% from 255 or 4.26% from 376); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A010 is #375FEF. Grayscale: #9C9C9C. Windows color (decimal): -3629040 or 1089736. OLE color: 1089736.

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

Color convert

RGB 200 160 16 -
CMYK 0 0.2 0.92 0.22
HSL 46.96º 0.85% 0.42% -
HSV(B) 46.96º 0.92% 0.78% -
XYZ 36.48 37.46 5.8 -
YUV 155.54 49.25 159.71 -
System Red Green Blue C M Y K H S L
Decimal 200 160 16 0 0.2 0.92 0.22 46.96 0.85 0.42
Hex C8 A0 10 0 14 5C 16 2F 55 2A
Octal 310 240 20 0 24 134 26 57 125 52
Binary 11001000 10100000 10000 0 10100 1011100 10110 101111 1010101 101010

Color Harmonies of #C8A010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A010

Black with #C8A010

Text Example


Text Example

White with #C8A010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A010; }

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

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

background-color css

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

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

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

border-color css

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

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

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