Html Css Color HEX #C6A100 Buddha Gold

📋 copy color: '#C6A100'

red 198 ◦ green 161 ◦ blue 0

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

Shades of Buddha Gold #C6A100

Tints of Buddha Gold #C6A100

RGB

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

 GREEN value IS 161 (63.28% from 255) = 44.85%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.15%
G = 44.85%
B = 0%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C6A100 (or 0xC6A100) is known color: Buddha Gold. HEX triplet: C6, A1 and 00. RGB value is (198,161,0). Sum of RGB (Red+Green+Blue) = 198+161+0=359 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.15% from 359); Green value is 161 (63.28% from 255 or 44.85% from 359); Blue value is 0 (0.39% from 255 or 0% from 359); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6A100 is #395EFF. Grayscale: #9A9A9A. Windows color (decimal): -3759872 or 41414. OLE color: 41414.

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

Color convert

RGB 198 161 0 -
CMYK 0 0.19 1 0.22
HSL 48.79º 1% 0.39% -
HSV(B) 48.79º 1% 0.78% -
XYZ 36.03 37.5 5.34 -
YUV 153.71 41.26 159.59 -
System Red Green Blue C M Y K H S L
Decimal 198 161 0 0 0.19 1 0.22 48.79 1 0.39
Hex C6 A1 0 0 13 64 16 31 64 27
Octal 306 241 0 0 23 144 26 61 144 47
Binary 11000110 10100001 0 0 10011 1100100 10110 110001 1100100 100111

Color Harmonies of #C6A100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A100

Black with #C6A100

Text Example


Text Example

White with #C6A100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A100; }

 p { color: rgb(198,161,0); }

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

background-color css

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

 a { background-color: rgb(198,161,0); }

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

border-color css

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

 span { border-color: rgb(198,161,0); }

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