Html Css Color HEX #C6AB10 Buddha Gold

📋 copy color: '#C6AB10'

red 198 ◦ green 171 ◦ blue 16

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

Shades of Buddha Gold #C6AB10

Tints of Buddha Gold #C6AB10

RGB

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

 GREEN value IS 171 (67.19% from 255) = 44.42%

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

R = 51.43%
G = 44.42%
B = 4.16%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C6AB10 (or 0xC6AB10) is known color: Buddha Gold. HEX triplet: C6, AB and 10. RGB value is (198,171,16). Sum of RGB (Red+Green+Blue) = 198+171+16=385 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.43% from 385); Green value is 171 (67.19% from 255 or 44.42% from 385); Blue value is 16 (6.64% from 255 or 4.16% from 385); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AB10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6AB10 is #3954EF. Grayscale: #A2A2A2. Windows color (decimal): -3757296 or 1092550. OLE color: 1092550.

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

Color convert

RGB 198 171 16 -
CMYK 0 0.14 0.92 0.22
HSL 51.1º 0.85% 0.42% -
HSV(B) 51.1º 0.92% 0.78% -
XYZ 37.95 41.17 6.44 -
YUV 161.4 45.95 154.1 -
System Red Green Blue C M Y K H S L
Decimal 198 171 16 0 0.14 0.92 0.22 51.1 0.85 0.42
Hex C6 AB 10 0 E 5C 16 33 55 2A
Octal 306 253 20 0 16 134 26 63 125 52
Binary 11000110 10101011 10000 0 1110 1011100 10110 110011 1010101 101010

Color Harmonies of #C6AB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AB10

Black with #C6AB10

Text Example


Text Example

White with #C6AB10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AB10; }

 p { color: rgb(198,171,16); }

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

background-color css

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

 a { background-color: rgb(198,171,16); }

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

border-color css

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

 span { border-color: rgb(198,171,16); }

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