Html Css Color HEX #C8A510 Buddha Gold

📋 copy color: '#C8A510'

red 200 ◦ green 165 ◦ blue 16

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

Shades of Buddha Gold #C8A510

Tints of Buddha Gold #C8A510

RGB

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

 GREEN value IS 165 (64.84% from 255) = 43.31%

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

R = 52.49%
G = 43.31%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C8A510 (or 0xC8A510) is known color: Buddha Gold. HEX triplet: C8, A5 and 10. RGB value is (200,165,16). Sum of RGB (Red+Green+Blue) = 200+165+16=381 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.49% from 381); Green value is 165 (64.84% from 255 or 43.31% from 381); Blue value is 16 (6.64% from 255 or 4.20% from 381); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A510 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A510 is #375AEF. Grayscale: #9F9F9F. Windows color (decimal): -3627760 or 1091016. OLE color: 1091016.

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

Color convert

RGB 200 165 16 -
CMYK 0 0.18 0.92 0.22
HSL 48.59º 0.85% 0.42% -
HSV(B) 48.59º 0.92% 0.78% -
XYZ 37.37 39.23 6.09 -
YUV 158.48 47.6 157.62 -
System Red Green Blue C M Y K H S L
Decimal 200 165 16 0 0.18 0.92 0.22 48.59 0.85 0.42
Hex C8 A5 10 0 12 5C 16 31 55 2A
Octal 310 245 20 0 22 134 26 61 125 52
Binary 11001000 10100101 10000 0 10010 1011100 10110 110001 1010101 101010

Color Harmonies of #C8A510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A510

Black with #C8A510

Text Example


Text Example

White with #C8A510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A510; }

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

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

background-color css

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

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

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

border-color css

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

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

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