Html Css Color HEX #C6A40C Buddha Gold

📋 copy color: '#C6A40C'

red 198 ◦ green 164 ◦ blue 12

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

Shades of Buddha Gold #C6A40C

Tints of Buddha Gold #C6A40C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.21%

R = 52.94%
G = 43.85%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C6A40C (or 0xC6A40C) is known color: Buddha Gold. HEX triplet: C6, A4 and 0C. RGB value is (198,164,12). Sum of RGB (Red+Green+Blue) = 198+164+12=374 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.94% from 374); Green value is 164 (64.45% from 255 or 43.85% from 374); Blue value is 12 (5.08% from 255 or 3.21% from 374); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A40C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6A40C is #395BF3. Grayscale: #9D9D9D. Windows color (decimal): -3759092 or 828614. OLE color: 828614.

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

Color convert

RGB 198 164 12 -
CMYK 0 0.17 0.94 0.22
HSL 49.03º 0.89% 0.41% -
HSV(B) 49.03º 0.94% 0.78% -
XYZ 36.63 38.58 5.86 -
YUV 156.84 46.26 157.36 -
System Red Green Blue C M Y K H S L
Decimal 198 164 12 0 0.17 0.94 0.22 49.03 0.89 0.41
Hex C6 A4 C 0 11 5E 16 31 59 29
Octal 306 244 14 0 21 136 26 61 131 51
Binary 11000110 10100100 1100 0 10001 1011110 10110 110001 1011001 101001

Color Harmonies of #C6A40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A40C

Black with #C6A40C

Text Example


Text Example

White with #C6A40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A40C; }

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

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

background-color css

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

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

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

border-color css

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

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

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