Html Css Color HEX #C6A201 Buddha Gold

📋 copy color: '#C6A201'

red 198 ◦ green 162 ◦ blue 1

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

Shades of Buddha Gold #C6A201

Tints of Buddha Gold #C6A201

RGB

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

 GREEN value IS 162 (63.67% from 255) = 44.88%

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 54.85%
G = 44.88%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C6A201 (or 0xC6A201) is known color: Buddha Gold. HEX triplet: C6, A2 and 01. RGB value is (198,162,1). Sum of RGB (Red+Green+Blue) = 198+162+1=361 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.85% from 361); Green value is 162 (63.67% from 255 or 44.88% from 361); Blue value is 1 (0.78% from 255 or 0.28% from 361); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6A201 is #395DFE. Grayscale: #9B9B9B. Windows color (decimal): -3759615 or 107206. OLE color: 107206.

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

Color convert

RGB 198 162 1 -
CMYK 0 0.18 0.99 0.22
HSL 49.04º 0.99% 0.39% -
HSV(B) 49.04º 0.99% 0.78% -
XYZ 36.21 37.85 5.43 -
YUV 154.41 41.43 159.09 -
System Red Green Blue C M Y K H S L
Decimal 198 162 1 0 0.18 0.99 0.22 49.04 0.99 0.39
Hex C6 A2 1 0 12 63 16 31 63 27
Octal 306 242 1 0 22 143 26 61 143 47
Binary 11000110 10100010 1 0 10010 1100011 10110 110001 1100011 100111

Color Harmonies of #C6A201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A201

Black with #C6A201

Text Example


Text Example

White with #C6A201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A201; }

 p { color: rgb(198,162,1); }

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

background-color css

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

 a { background-color: rgb(198,162,1); }

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

border-color css

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

 span { border-color: rgb(198,162,1); }

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