Html Css Color HEX #C6A008 Buddha Gold

📋 copy color: '#C6A008'

red 198 ◦ green 160 ◦ blue 8

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

Shades of Buddha Gold #C6A008

Tints of Buddha Gold #C6A008

RGB

 RED value IS 198 (77.73% from 255) = 54.1%

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

 BLUE value IS 8 (3.52% from 255) = 2.19%

R = 54.1%
G = 43.72%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C6A008 (or 0xC6A008) is known color: Buddha Gold. HEX triplet: C6, A0 and 08. RGB value is (198,160,8). Sum of RGB (Red+Green+Blue) = 198+160+8=366 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.10% from 366); Green value is 160 (62.89% from 255 or 43.72% from 366); Blue value is 8 (3.52% from 255 or 2.19% from 366); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6A008 is #395FF7. Grayscale: #9A9A9A. Windows color (decimal): -3760120 or 565446. OLE color: 565446.

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

Color convert

RGB 198 160 8 -
CMYK 0 0.19 0.96 0.22
HSL 48º 0.92% 0.4% -
HSV(B) 48º 0.96% 0.78% -
XYZ 35.9 37.16 5.51 -
YUV 154.03 45.59 159.36 -
System Red Green Blue C M Y K H S L
Decimal 198 160 8 0 0.19 0.96 0.22 48 0.92 0.4
Hex C6 A0 8 0 13 60 16 30 5C 28
Octal 306 240 10 0 23 140 26 60 134 50
Binary 11000110 10100000 1000 0 10011 1100000 10110 110000 1011100 101000

Color Harmonies of #C6A008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A008

Black with #C6A008

Text Example


Text Example

White with #C6A008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A008; }

 p { color: rgb(198,160,8); }

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

background-color css

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

 a { background-color: rgb(198,160,8); }

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

border-color css

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

 span { border-color: rgb(198,160,8); }

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