Html Css Color HEX #C6A41A Buddha Gold

📋 copy color: '#C6A41A'

red 198 ◦ green 164 ◦ blue 26

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

Shades of Buddha Gold #C6A41A

Tints of Buddha Gold #C6A41A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 42.27%

 BLUE value IS 26 (10.55% from 255) = 6.7%

R = 51.03%
G = 42.27%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C6A41A (or 0xC6A41A) is known color: Buddha Gold. HEX triplet: C6, A4 and 1A. RGB value is (198,164,26). Sum of RGB (Red+Green+Blue) = 198+164+26=388 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.03% from 388); Green value is 164 (64.45% from 255 or 42.27% from 388); Blue value is 26 (10.55% from 255 or 6.70% from 388); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A41A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A41A is #395BE5. Grayscale: #9F9F9F. Windows color (decimal): -3759078 or 1746118. OLE color: 1746118.

HSL color Cylindrical-coordinate representation of color #C6A41A: hue angle of 48.14º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C6A41A is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 164 26 -
CMYK 0 0.17 0.87 0.22
HSL 48.14º 0.77% 0.44% -
HSV(B) 48.14º 0.87% 0.78% -
XYZ 36.75 38.63 6.5 -
YUV 158.43 53.26 156.22 -
System Red Green Blue C M Y K H S L
Decimal 198 164 26 0 0.17 0.87 0.22 48.14 0.77 0.44
Hex C6 A4 1A 0 11 57 16 30 4D 2C
Octal 306 244 32 0 21 127 26 60 115 54
Binary 11000110 10100100 11010 0 10001 1010111 10110 110000 1001101 101100

Color Harmonies of #C6A41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A41A

Black with #C6A41A

Text Example


Text Example

White with #C6A41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A41A; }

 p { color: rgb(198,164,26); }

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

background-color css

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

 a { background-color: rgb(198,164,26); }

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

border-color css

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

 span { border-color: rgb(198,164,26); }

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